This repository has been archived by the owner on Dec 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
69 lines (69 loc) · 1.56 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
{
"name": "webwx-api",
"version": "1.0.22",
"description": "web wechat helper",
"main": "./lib/wechat.js",
"bin": {
"webwx": "./bin/webwx.js"
},
"scripts": {
"compile": "babel src -d lib -s ",
"prepublish": "npm run compile",
"clean": "rm -rf lib",
"unit": "",
"test": "",
"core": "cross-env DEBUG=wechat,core node bot.js"
},
"files": [
"libs",
"lib",
"bin",
"src",
"*.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/wslongchen/webwx-api.git"
},
"keywords": [
"wecat",
"api"
],
"author": "mrpan",
"license": "ISC",
"bugs": {
"url": "https://github.com/wslongchen/webwx-api/issues"
},
"homepage": "https://github.com/wslongchen/webwx-api/blob/master/Readme.md",
"dependencies": {
"axios": "^0.15.3",
"babel-preset-env": "^1.2.1",
"bl": "^1.2.1",
"chai": "^3.5.0",
"commander": "latest",
"cross-env": "^1.0.7",
"debug": "^2.6.8",
"eslint": "^3.12.0",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.2",
"form-data": "^2.2.0",
"lodash": "^4.17.4",
"mime": "^1.3.6",
"mocha": "^2.4.5",
"nock": "^8.0.0",
"node-schedule": "latest",
"nodemailer": "latest",
"q": "^1.5.0",
"qrcode-terminal": "^0.11.0",
"replay": "^2.0.6",
"request": "^2.79.0",
"single-line-log": "latest",
"xmlreader": "^0.2.3"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.24.1"
}
}