-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.27 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "seasonme",
"version": "1.1.8",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --require @babel/polyfill --require @babel/register",
"patch-release": "npm version patch && npm publish && git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edwardfxiao/seasonme.git"
},
"keywords": [
"formatter",
"format",
"episodes",
"subtitles",
"videos",
"organizer",
"mkv",
"cc",
"file-name",
"tv-shows",
"seasons",
"renaming-files",
"renaming",
"series"
],
"author": "",
"license": "MIT",
"bin": {
"seasonme": "bin/cli.js"
},
"bugs": {
"url": "https://github.com/edwardfxiao/seasonme/issues"
},
"homepage": "https://github.com/edwardfxiao/seasonme#readme",
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.10",
"babel-eslint": "^10.1.0",
"chai": "^4.2.0",
"eslint": "^7.17.0",
"eslint-plugin-babel": "^5.3.1",
"mocha": "^8.2.1"
},
"dependencies": {
"boxen": "^5.0.1",
"chalk": "^4.1.2",
"klaw-sync": "^6.0.0",
"ramda": "^0.28.0",
"shelljs": "^0.8.4",
"yargs": "^17.1.1"
}
}