rage-framework/rpc/package.json

43 lines
963 B
JSON
Raw Normal View History

2024-08-15 19:47:22 +00:00
{
2024-10-28 12:53:05 +00:00
"name": "@entityseven/rage-fw-rpc",
2024-10-28 12:43:15 +00:00
"description": "Rage FW RPC",
2024-10-28 12:59:44 +00:00
"version": "0.2.4",
2024-08-15 19:47:22 +00:00
"scripts": {
"build": "tsup",
"start": "npx ./dist create"
},
"files": [
"dist/**/*"
],
"devDependencies": {
2024-10-27 11:47:55 +00:00
"@microsoft/api-extractor": "^7.47.9",
"prettier": "^3.3.2",
"tsup": "^8.3.0"
},
"peerDependencies": {
2024-10-27 11:47:55 +00:00
"typescript": "^5"
},
2024-10-28 12:46:24 +00:00
"keywords": [
"ragemp",
"rage",
"rpc",
"rage-rpc",
"ragerpc"
],
2024-10-27 11:47:55 +00:00
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"author": {
"name": "rilaxik",
"email": "dev.rilaxik@gmail.com",
"url": "https://github.com/rilaxik"
2024-10-27 11:47:55 +00:00
},
"contributors": [
{
"name": "SashaGoncharov19",
"url": "https://github.com/SashaGoncharov19"
}
],
2024-10-28 12:54:19 +00:00
"license": "MIT",
"gitHead": "74c0215366776f18755c47eaf740518c81245e01"
2024-08-15 19:47:22 +00:00
}