-
Notifications
You must be signed in to change notification settings - Fork 535
/
package.json
34 lines (34 loc) · 890 Bytes
/
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
{
"name": "auto-sign-machine",
"version": "1.0.0",
"description": "自动签到机器人",
"main": "index.js",
"repository": "https://github.com/lunnlew/AutoSignMachine.git",
"author": "lunnlew",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"axios-cookiejar-support": "^1.0.1",
"cheerio": "^1.0.0-rc.3",
"crypto": "^1.0.1",
"crypto-js": "^4.0.0",
"dayjs": "^1.9.6",
"dotenv": "^8.2.0",
"fs-extra": "^9.0.1",
"iconv-lite": "^0.6.2",
"moment": "^2.29.1",
"p-queue": "^6.6.2",
"protobufjs": "^6.10.2",
"qs": "^6.9.4",
"tough-cookie": "^4.0.0",
"yargs": "^16.1.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.12.16",
"eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "2.2.1",
"serverless-tencent-scf": "^0.1.7"
}
}