mirror of
https://github.com/eliasrenman/gardentron.git
synced 2026-03-16 20:46:07 +01:00
chore: added scripts
This commit is contained in:
@@ -4,9 +4,15 @@
|
||||
"description": "Gardening server",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "rm -rf build && tsc --p tsconfig.json",
|
||||
"start": "node ./dist/index.js",
|
||||
"start:dev": "nodemon -e ts -w ./src -x ts-node ./src/index.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.2.1",
|
||||
"@types/node-cron": "^3.0.7",
|
||||
"nodemon": "^2.0.22",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.0.4"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user