-
-
Notifications
You must be signed in to change notification settings - Fork 167
/
package.json
55 lines (55 loc) · 1.34 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
{
"name": "lottery-auto-script",
"version": "2.9.4",
"description": "自动参与B站动态抽奖",
"main": "main.js",
"scripts": {
"login": "node main.js login",
"start": "node main.js start",
"test": "node test/index.js",
"clear": "node main.js clear",
"check": "node main.js check",
"update": "node main.js update",
"account": "node main.js account",
"help": "node main.js help",
"pkg": "bash script/build/pkg.sh",
"changelog": "bash script/build/changelog.sh",
"lint": "npx eslint lib/ test/ *.js",
"lint-fix": "npx eslint lib/ test/ *.js --fix"
},
"files": [
"lib",
"main.js",
"package.js",
"my_config.example.js",
"env.example.js",
"LICENSE",
"README.md"
],
"bin": "main.js",
"repository": {
"type": "git",
"url": "https://github.com/shanmiteko/AutoScript.git"
},
"keywords": [
"auto",
"nodejs"
],
"author": "shanmite",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/shanmiteko/AutoScript/issues"
},
"homepage": "https://github.com/shanmiteko/AutoScript#readme",
"devDependencies": {
"eslint": "^8.1.0",
"pkg": "^5.4.1"
},
"dependencies": {
"chalk": "^4.1.2",
"http-proxy-agent": "^7.0.0",
"https-proxy-agent": "^7.0.0",
"nodemailer": "^6.7.0",
"@catlair/blogin": "^0.0.8"
}
}