diff --git a/package.json b/package.json index 678f8cb8..babba376 100644 --- a/package.json +++ b/package.json @@ -3,11 +3,7 @@ "version": "2.0.15", "description": "Self-hosted audiobook and podcast server", "main": "index.js", - "watch": { - "dev": "server/{*,*/*}/*.js" - }, "scripts": { - "watch": "npm-watch", "dev": "node index.js", "start": "node index.js", "client": "cd client && npm ci && npm run generate", @@ -56,8 +52,5 @@ "string-strip-html": "^8.3.0", "watcher": "^1.2.0", "xml2js": "^0.4.23" - }, - "devDependencies": { - "npm-watch": "^0.11.0" } } \ No newline at end of file