bh/package.json
Primakov Alexandr Alexandrovich 4c9afb83b5 init
2024-12-02 22:54:27 +03:00

27 lines
538 B
JSON

{
"name": "bh",
"version": "1.0.0",
"main": "src/main.ts",
"scripts": {
"start": "ts-node-dev .",
"build": "tsc",
"up:prod": "node dist/main.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"dotenv": "^16.4.5",
"express": "^5.0.1",
"express-json-validator-middleware": "^3.0.1",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@types/express": "^5.0.0",
"nodemon": "^3.1.7",
"ts-node-dev": "^2.0.0",
"typescript": "^5.7.2"
}
}