rage-framework/client/package.json
Oleksandr Honcharov 599b1fb5c8 client fixes
2024-06-10 04:55:38 +03:00

20 lines
506 B
JSON

{
"name": "rage-fw-client",
"version": "0.0.1",
"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": {
"rage-fw-shared-types": "workspace:^",
"@ragempcommunity/types-client": "^2.1.8"
},
"keywords": [],
"author": "SashaGoncharov19",
"license": "MIT",
"description": "Client side of rage-fw"
}