rage-framework/client/package.json

22 lines
570 B
JSON
Raw Permalink Normal View History

{
2024-06-10 01:55:55 +00:00
"name": "rage-fw-client",
2024-06-10 01:59:32 +00:00
"version": "0.0.2-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:^"
},
"keywords": [],
"author": "SashaGoncharov19",
"license": "MIT",
"description": "Client side of rage-fw"
}