-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
61 lines (61 loc) · 1.38 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
59
60
61
{
"name": "bangumi-data-helper",
"version": "0.2.11",
"description": "Helper for Bangumi Data",
"bin": {
"bdh": "./bin/bdh.js"
},
"files": [
"bin",
"lib"
],
"scripts": {
"lint": "eslint bin lib",
"test": "npm run lint",
"preversion": "npm test",
"postversion": "git push && git push --tags && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bangumi-data/helper.git"
},
"keywords": [
"cli",
"bangumi",
"anime"
],
"author": "Zhenye Wei",
"license": "MIT",
"bugs": {
"url": "https://github.com/bangumi-data/helper/issues"
},
"homepage": "https://github.com/bangumi-data/helper#readme",
"engines": {
"node": ">= 12"
},
"dependencies": {
"cheerio": "^1.0.0",
"dayjs": "^1.11.13",
"emoji-regex": "^10.4.0",
"fs-extra": "^9.0.1",
"fuzzy": "^0.1.3",
"https-proxy-agent": "^5.0.0",
"inquirer": "^8.2.0",
"inquirer-autocomplete-prompt": "^1.4.0",
"js-yaml": "^4.1.0",
"klaw": "^3.0.0",
"lodash": "^4.17.21",
"node-fetch": "^2.6.0",
"opencc-js": "^1.0.5",
"ora": "^4.0.4",
"puppeteer-real-browser": "^1.3.16",
"update-notifier": "^4.1.0",
"yargs": "^15.4.0",
"youtubei": "^1.5.4"
},
"devDependencies": {
"eslint": "^7.4.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.31.0"
}
}