| 123456789101112131415161718192021222324 |
- {
- "name": "watch-finished",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "start": "node index.js -h",
- "movies": "node index.js -c ./config/movies.json",
- "tvshows": "node index.js -c ./config/tvshows.json",
- "pr0n": "node index.js -c ./config/pr0n.json",
- "all": "npm-run-all movies pron",
- "help": "node index.js -h",
- "version": "node index.js -v"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "chokidar": "^3.2.2",
- "handbrake-js": "^4.0.1",
- "lowdb": "^1.0.0",
- "minimist": "^1.2.0",
- "npm-run-all": "^4.1.5"
- }
- }
|