rage-framework/client/package.json

26 lines
687 B
JSON
Raw Permalink Normal View History

{
2024-06-10 01:55:55 +00:00
"name": "rage-fw-client",
2024-06-10 02:11:37 +00:00
"version": "0.0.5-alpha.0",
2024-06-10 01:55:55 +00:00
"main": "dist/index.js",
"type": "module",
"files": [
"dist/**/*"
],
"scripts": {
"build": "node --es-module-specifier-resolution=node build.js",
"types": "dts-bundle-generator --config dts.config.json"
},
"peerDependencies": {
"@ragempcommunity/types-client": "^2.1.8",
"rage-fw-shared-types": "workspace:^"
},
2024-06-10 02:11:26 +00:00
"dependencies": {
"rage-rpc": "^0.4.0"
},
2024-06-10 01:55:55 +00:00
"keywords": [],
"author": "SashaGoncharov19",
"license": "MIT",
2024-06-10 02:00:40 +00:00
"description": "Client side of rage-fw",
"gitHead": "053e4fd12aa120d53e11e0d2009c0df78c1a2ad0"
}