fivem-rpc/rpc/package.json
2025-07-08 22:48:53 +01:00

44 lines
899 B
JSON

{
"name": "@entityseven/fivem-rpc",
"description": "FiveM RPC is an abstraction for handling events in GTA V FiveM servers in JS/TS",
"version": "0.1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"readme.md",
"license.md"
],
"keywords": [
"fivem-rpc",
"fivem-rpc-shared-types",
"fivem",
"gta"
],
"author": "Entity Seven Group",
"contributors": [
{
"name": "Danya H",
"email": "dev.rilaxik@gmail.com",
"url": "https://github.com/rilaxik/"
}
],
"license": "Custom-Attribution-NoDerivs",
"repository": {
"type": "git",
"url": "https://github.com/rilaxik/fivem-rpc.git"
},
"scripts": {
"build": "tsup"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
"@citizenfx/client": "^2.0.15015-1",
"@citizenfx/server": "^2.0.14862-1",
"tsup": "^8.3.0"
},
"peerDependencies": {
"typescript": "^5"
}
}