-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "plex-tv-cleanup",
"version": "0.0.0-development",
"description": "Automatially deletes watched TV episodes from Plex Media Server",
"keywords": [
"plex",
"PMS",
"TV Shows"
],
"bugs": "https://github.com/hyperlink/plex-tv-cleanup/issues",
"repository": {
"type": "git",
"url": "https://github.com/hyperlink/plex-tv-cleanup.git"
},
"main": "index.js",
"bin": "./index.js",
"dependencies": {
"@hyperlink/plex-api": "^3.6.0",
"JSONPath": "^0.11.2",
"bluebird": "^3.7.2",
"chalk": "^2.4.2",
"elegant-spinner": "^1.0.1",
"humanize": "^0.0.9",
"log-symbols": "^2.0.0",
"log-update": "^1.0.2"
},
"devDependencies": {
"commitizen": "^2.9.5",
"cz-conventional-changelog": "^1.2.0",
"semantic-release": "^7.0.1",
"standard": "^10.0.1"
},
"scripts": {
"test": "standard",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"author": "Xiaoxin <[email protected]>",
"license": "MIT",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}