-
Notifications
You must be signed in to change notification settings - Fork 89
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "tbk",
"version": "1.0.0",
"description": "淘宝客(淘宝、京东、拼多多购物返利系统)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "cd ./tbk-api-server && node index.js",
"wechat": "cd ./wechat && node index.js",
"lint": "eslint . --ext .js --fix"
},
"keywords": [
"淘宝客"
],
"author": "pea-cake",
"license": "MIT",
"dependencies": {
"axios": "^0.24.0",
"cheerio": "^1.0.0-rc.2",
"dateformat": "^3.0.3",
"file-box": "^1.4.15",
"form-data": "^0.2.0",
"iconv-lite": "^0.4.7",
"install": "^0.13.0",
"md5": "^2.2.1",
"mime": "~1.3.4",
"moment": "^2.29.1",
"mongodb": "^4.2.2",
"node-machine-id": "^1.1.12",
"node-schedule": "^1.3.2",
"pdd-sdk": "^1.0.13",
"qrcode-terminal": "^0.12.0",
"qs": "^6.10.2",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"urlencode": "^1.1.0",
"ws": "^0.4.32",
"wechaty": "^1.20.2",
"wechaty-puppet": "^1.18.3",
"wechaty-puppet-wechat": "^1.18.4"
},
"devDependencies": {
"eslint": "^8.23.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0"
}
}