rage-framework/server/package.json

15 lines
280 B
JSON

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