space-game/server/package.json
2024-03-01 19:28:36 +11:00

23 lines
447 B
JSON

{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "out/index.js",
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean",
"watch": "tsc --build --watch & nodemon"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@tsconfig/node21": "^21.0.1",
"@types/koa": "^2.15.0",
"nodemon": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
"koa": "^2.15.0"
}
}