rage-framework/client/package.json
Oleksandr Honcharov e408a599a5 added dependency
2024-06-10 05:11:26 +03:00

26 lines
687 B
JSON

{
"name": "rage-fw-client",
"version": "0.0.4-alpha.0",
"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:^"
},
"dependencies": {
"rage-rpc": "^0.4.0"
},
"keywords": [],
"author": "SashaGoncharov19",
"license": "MIT",
"description": "Client side of rage-fw",
"gitHead": "053e4fd12aa120d53e11e0d2009c0df78c1a2ad0"
}