2024-06-08 22:35:14 +00:00
|
|
|
{
|
2024-06-10 01:55:55 +00:00
|
|
|
"name": "rage-fw-server",
|
2024-06-11 16:12:23 +00:00
|
|
|
"version": "0.0.15-alpha.0",
|
2024-06-10 01:55:55 +00:00
|
|
|
"main": "dist/index.js",
|
2024-06-10 21:08:21 +00:00
|
|
|
"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:28:22 +00:00
|
|
|
"@ragempcommunity/types-server": "^2.1.8",
|
2024-06-10 14:29:22 +00:00
|
|
|
"rage-fw-shared-types": "workspace:^",
|
|
|
|
"rage-rpc": "^0.4.0"
|
2024-06-10 02:11:26 +00:00
|
|
|
},
|
2024-06-10 01:55:55 +00:00
|
|
|
"keywords": [],
|
|
|
|
"author": "SashaGoncharov19",
|
|
|
|
"license": "MIT",
|
2024-06-10 02:00:40 +00:00
|
|
|
"description": "Server side for rage-fw",
|
|
|
|
"gitHead": "053e4fd12aa120d53e11e0d2009c0df78c1a2ad0"
|
2024-06-08 22:35:14 +00:00
|
|
|
}
|