rage-framework/server/package.json
Oleksandr Honcharov d67073d739 init
2024-06-09 01:35:14 +03:00

15 lines
278 B
JSON

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