instinct/Server/package.json
Parsa Yazdani b570994c16 Env
2024-07-04 18:37:56 +10:00

29 lines
595 B
JSON

{
"name": "instinct-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node dist/server.js",
"dev": "nodemon",
"build": "npx tsc",
"format": "ts-standard --fix"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.14.9",
"express": "^4.19.2",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
},
"devDependencies": {
"nodemon": "^3.1.4",
"ts-standard": "^12.0.2"
},
"ts-standard": {
"project": "./tsconfig.json"
}
}