Remove dev dependency from package.json

This commit is contained in:
advplyr 2022-05-21 11:36:08 -05:00
parent 8beac53f5f
commit d22e9e32ed

View File

@ -3,11 +3,7 @@
"version": "2.0.15", "version": "2.0.15",
"description": "Self-hosted audiobook and podcast server", "description": "Self-hosted audiobook and podcast server",
"main": "index.js", "main": "index.js",
"watch": {
"dev": "server/{*,*/*}/*.js"
},
"scripts": { "scripts": {
"watch": "npm-watch",
"dev": "node index.js", "dev": "node index.js",
"start": "node index.js", "start": "node index.js",
"client": "cd client && npm ci && npm run generate", "client": "cd client && npm ci && npm run generate",
@ -56,8 +52,5 @@
"string-strip-html": "^8.3.0", "string-strip-html": "^8.3.0",
"watcher": "^1.2.0", "watcher": "^1.2.0",
"xml2js": "^0.4.23" "xml2js": "^0.4.23"
},
"devDependencies": {
"npm-watch": "^0.11.0"
} }
} }