2024-06-08 22:35:14 +00:00
|
|
|
{
|
2024-06-09 14:42:45 +00:00
|
|
|
"name": "rage-fw-server",
|
2024-06-08 22:35:14 +00:00
|
|
|
"version": "0.0.1",
|
|
|
|
"main": "dist/index.js",
|
2024-06-10 00:53:42 +00:00
|
|
|
"types": "dist/index.d.ts",
|
2024-06-08 22:35:14 +00:00
|
|
|
"type": "module",
|
|
|
|
"files": ["dist/**/*"],
|
|
|
|
"scripts": {
|
2024-06-10 00:53:42 +00:00
|
|
|
"build": "node --es-module-specifier-resolution=node build.js",
|
|
|
|
"types": "dts-bundle-generator --config dts.config.json"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"rage-fw-shared-types": "workspace:shared-types:*"
|
2024-06-08 22:35:14 +00:00
|
|
|
},
|
|
|
|
"keywords": [],
|
2024-06-09 14:42:45 +00:00
|
|
|
"author": "SashaGoncharov19",
|
2024-06-08 22:35:14 +00:00
|
|
|
"license": "MIT",
|
2024-06-09 14:42:45 +00:00
|
|
|
"description": "Server side for rage-fw"
|
2024-06-08 22:35:14 +00:00
|
|
|
}
|