-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
48 lines (48 loc) · 1.24 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
{
"name": "utorrent-block-xunlei",
"version": "0.0.6",
"main": "./index.js",
"bin": {
"utorrent-block-xunlei": "./utorrent-block-xunlei.js"
},
"description": "Xunlei Blocker of uTorrent",
"keywords": [
"utorrent",
"xunlei",
"blocker"
],
"type": "commonjs",
"engines": {
"node": ">=16.6.1"
},
"scripts": {
"build:npm": "tsc",
"build:exe": "pkg ./utorrent-block-xunlei.js --targets latest-win-x64",
"publish:npm": "npm publish"
},
"author": {
"name": "ShenHongFei",
"email": "shf19961008@gmail.com",
"url": "https://github.com/ShenHongFei"
},
"publisher": "hongfeishen",
"license": "MIT",
"homepage": "https://github.com/ShenHongFei/utorrent-block-xunlei",
"repository": {
"type": "git",
"url": "https://github.com/ShenHongFei/utorrent-block-xunlei"
},
"dependencies": {
"bencode": "^2.0.2",
"commander": "^8.1.0",
"lib-qqwry": "^1.3.2",
"lodash": "^4.17.21",
"xshell": "^0.0.9"
},
"devDependencies": {
"@types/bencode": "^2.0.0",
"@types/node": "^16.6.0",
"pkg": "^5.3.1",
"typescript": "^4.3.5"
}
}