UNPKG

1 kBJSONView Raw
1{
2 "name": "bangumi-data-helper",
3 "version": "0.0.21",
4 "description": "Helper for Bangumi Data",
5 "bin": {
6 "bdh": "./bin/bdh.js"
7 },
8 "scripts": {
9 "lint": "eslint bin lib",
10 "test": "npm run lint",
11 "preversion": "npm test",
12 "postversion": "git push && git push --tags && npm publish"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/bangumi-data/helper.git"
17 },
18 "keywords": [
19 "bangumi",
20 "anime"
21 ],
22 "author": "Zhenye Wei",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/bangumi-data/helper/issues"
26 },
27 "homepage": "https://github.com/bangumi-data/helper#readme",
28 "engines": {
29 "node": ">= 8"
30 },
31 "dependencies": {
32 "cheerio": "^0.22.0",
33 "fs-extra": "^4.0.2",
34 "node-fetch": "^1.7.3",
35 "ora": "^1.3.0",
36 "update-notifier": "^2.2.0",
37 "yargs": "^9.0.1"
38 },
39 "devDependencies": {
40 "eslint": "^4.8.0",
41 "eslint-config-airbnb-base": "^12.0.1",
42 "eslint-plugin-import": "^2.7.0"
43 }
44}