rage-framework/client/package.json

25 lines
589 B
JSON
Raw Normal View History

{
2024-06-10 01:55:55 +00:00
"name": "rage-fw-client",
2024-06-12 21:24:22 +00:00
"version": "0.0.20-alpha.0",
2024-06-10 01:55:55 +00:00
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
2024-06-10 01:55:55 +00:00
"files": [
"dist/**/*"
],
"scripts": {
2024-06-10 19:59:29 +00:00
"build": "tsup"
2024-06-10 01:55:55 +00:00
},
2024-06-10 02:11:26 +00:00
"dependencies": {
2024-06-10 14:29:22 +00:00
"rage-rpc": "^0.4.0"
2024-06-10 02:11:26 +00:00
},
"peerDependencies": {
2024-06-12 01:09:14 +00:00
"@ragempcommunity/types-client": "^2.1.8",
"rage-fw-shared-types": "workspace:^"
},
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"
}