UNPKG

1.23 kBJSONView Raw
1{
2 "name": "dmhy-subscribe",
3 "version": "0.6.27",
4 "bin": {
5 "dmhy": "./bin/cli.js"
6 },
7 "description": "Subscribe by keywords and download megnets",
8 "main": "./index.js",
9 "scripts": {
10 "preinstall": "node npm-scripts/preinstall.js",
11 "postinstall": "node npm-scripts/postinstall.js",
12 "prepare": "eslint --fix \"**/*.js\" && npm run test",
13 "test": "mocha",
14 "publish": "node npm-scripts/publish.js"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/FlandreDaisuki/dmhy-subscribe.git"
19 },
20 "author": "FlandreDaisuki",
21 "license": "ISC",
22 "bugs": {
23 "url": "https://github.com/FlandreDaisuki/dmhy-subscribe/issues"
24 },
25 "homepage": "https://github.com/FlandreDaisuki/dmhy-subscribe#readme",
26 "devDependencies": {
27 "ajv": "^6.10.1",
28 "all-contributors-cli": "^6.7.0",
29 "eslint": "^6.0.1",
30 "eslint-config-google": "^0.13.0",
31 "mocha": "^6.1.4"
32 },
33 "dependencies": {
34 "aria2": "^4.0.3",
35 "chalk": "^2.4.2",
36 "easy-table": "^1.1.1",
37 "fs-extra": "^8.1.0",
38 "js-yaml": "^3.13.1",
39 "node-fetch": "^2.6.0",
40 "opn": "^6.0.0",
41 "prompts": "^2.1.0",
42 "rss-parser": "^3.7.2",
43 "semver": "^6.2.0",
44 "yargs": "^13.2.4"
45 }
46}