51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"name": "@entityseven/rage-fw-client",
|
|
"version": "0.2.0",
|
|
"main": "dist/index.js",
|
|
"types": "dist/src/index.d.ts",
|
|
"files": [
|
|
"dist/**/*",
|
|
"readme.md",
|
|
"LICENSE"
|
|
],
|
|
"exports": {
|
|
".": "./dist/index.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsup"
|
|
},
|
|
"dependencies": {
|
|
"@entityseven/rage-fw-rpc": "0.2.5",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"peerDependencies": {
|
|
"@entityseven/rage-fw-shared-types": "0.2.0",
|
|
"@ragempcommunity/types-client": "^2.1.8"
|
|
},
|
|
"description": "Package used on a client-side of your Rage:MP Server",
|
|
"keywords": [
|
|
"rage-fw-client",
|
|
"ragefw",
|
|
"rage-fw",
|
|
"ragemp",
|
|
"rage:mp",
|
|
"rage",
|
|
"gta5"
|
|
],
|
|
"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",
|
|
"gitHead": "ffd542c1deddb3033e16e0dae7557313ae09b05f"
|
|
}
|