mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-10 23:41:28 +03:00
nodemon now supported
This commit is contained in:
@@ -5,7 +5,10 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"start": "node app.js"
|
"start": "nodemon --verbose app.js"
|
||||||
|
},
|
||||||
|
"nodemonConfig": {
|
||||||
|
"ignore": ["*"]
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@@ -30,6 +33,7 @@
|
|||||||
"merge-files": "^0.1.2",
|
"merge-files": "^0.1.2",
|
||||||
"node-fetch": "^2.6.0",
|
"node-fetch": "^2.6.0",
|
||||||
"node-id3": "^0.1.14",
|
"node-id3": "^0.1.14",
|
||||||
|
"nodemon": "^2.0.2",
|
||||||
"shortid": "^2.2.15",
|
"shortid": "^2.2.15",
|
||||||
"unzipper": "^0.10.10",
|
"unzipper": "^0.10.10",
|
||||||
"uuidv4": "^6.0.6",
|
"uuidv4": "^6.0.6",
|
||||||
|
|||||||
Reference in New Issue
Block a user