1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-07-04 20:14:28 +00:00

Use nodemon in development

This commit is contained in:
Christer Warén
2024-02-09 01:03:02 +02:00
parent 53241c9062
commit cd0fc2beff
2 changed files with 395 additions and 2 deletions

View File

@ -4,6 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"start:dev": "nodemon",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
@ -16,5 +18,8 @@
"request": "^2.88.2",
"simple-youtube-api": "^5.2.1",
"ytdl-core": "^4.11.5"
},
"devDependencies": {
"nodemon": "^3.0.3"
}
}