rage-framework/server/package.json

15 lines
280 B
JSON
Raw Normal View History

2024-06-08 22:35:14 +00:00
{
"name": "rage-fw-server",
2024-06-08 22:35:14 +00:00
"version": "0.0.1",
"main": "dist/index.js",
"type": "module",
"files": ["dist/**/*"],
"scripts": {
"build": "tsup"
},
"keywords": [],
"author": "SashaGoncharov19",
2024-06-08 22:35:14 +00:00
"license": "MIT",
"description": "Server side for rage-fw"
2024-06-08 22:35:14 +00:00
}