-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 1.93 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
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "aria2ts",
"version": "1.1.9",
"description": "TavaScript library for aria2. You could use JSON RPC to communicate eaily with aria2. You could download aria2 easily according to your os.",
"homepage": "https://github.com/ShuiRuTian/aria2.ts",
"repository": {
"type": "git",
"url": "https://github.com/ShuiRuTian/aria2.ts"
},
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"files": [
"lib"
],
"dependencies": {
"@types/node-fetch": "^2.5.4",
"@types/ws": "^7.2.1",
"compressing": "^1.5.0",
"fs-extra": "^8.1.0",
"got": "^10.6.0",
"node-fetch": "^2.6.0",
"shelljs": "^0.8.3",
"ws": "^7.2.1"
},
"devDependencies": {
"@types/chai": "^4.2.9",
"@types/fs-extra": "^8.1.0",
"@types/mocha": "^7.0.0",
"@types/node": "^13.7.4",
"@types/shelljs": "^0.8.6",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
"chai": "^4.2.0",
"cross-env": "^7.0.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-promise": "^4.2.1",
"husky": "^4.0.0",
"lint-staged": "^10.0.0",
"mocha": "^7.0.1",
"rollup": "^2.0.6",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-typescript2": "^0.26.0",
"source-map-loader": "^0.2.4",
"ts-loader": "^6.2.1",
"ts-node": "^8.6.2",
"typescript": "^3.8.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup --config",
"build:tsc": "tsc && tsc -p tsconfig.esm.json",
"prepublishOnly": "npm run build",
"lint-staged:debug": "lint-staged --debug"
},
"keywords": [
"typescript",
"javascript",
"aria2",
"aria2c",
"download",
"BitTorrent",
"HTTP",
"HTTPS",
"FTP",
"SFTP",
"MetaLink",
"magnet",
"torrent"
],
"author": "Song Gao <158983297@qq.com>",
"license": "ISC"
}