rage-framework/shared-types/package.json

29 lines
905 B
JSON
Raw Normal View History

2024-06-10 00:53:42 +00:00
{
"name": "@entityseven/rage-fw-shared-types",
2024-10-30 16:21:03 +00:00
"version": "0.2.0",
2024-06-10 01:55:55 +00:00
"types": "types/types/index.d.ts",
"files": [
"types/**/*",
"readme.md",
"LICENSE"
2024-06-10 01:55:55 +00:00
],
"description": "Package used among all environments of your Rage-FW based server",
"keywords": ["rage-fw-shared-types", "rage-fw-shared","ragefw", "rage-fw", "ragemp", "rage:mp", "rage", "gta5"],
2024-06-10 02:00:40 +00:00
"type": "module",
"author": "Entity Seven Group",
"contributors": [
{
"name": "Danya H",
"email": "dev.rilaxik@gmail.com",
"url": "https://github.com/rilaxik/"
},
{
"name": "Oleksandr Honcharov",
"email": "0976053529@ukr.net",
"url": "https://github.com/SashaGoncharov19/"
}
],
"license": "Custom-Attribution-NoDerivs",
2024-10-30 16:18:08 +00:00
"gitHead": "ffd542c1deddb3033e16e0dae7557313ae09b05f"
2024-06-10 00:53:42 +00:00
}