-
Notifications
You must be signed in to change notification settings - Fork 311
/
package.json
49 lines (49 loc) · 1.3 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
{
"name": "wechat4u",
"version": "0.7.14",
"description": "web wechat lib for user",
"main": "lib/wechat.js",
"scripts": {
"compile": "babel src -d lib -s",
"prepublish": "npm run compile",
"lint": "eslint src",
"clean": "rm -rf lib",
"unit": "mocha test/unit.js --compilers js:babel-core/register",
"test": "npm run lint && npm run unit",
"core": "cross-env DEBUG=wechat,core node run-core.js"
},
"dependencies": {
"axios": "^1.1.3",
"bl": "^1.1.2",
"debug": "^2.2.0",
"form-data": "^2.1.2",
"lodash": "^4.17.11",
"mime": "^1.3.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodeWechat/wechat4u.git"
},
"author": "nodeWechat",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodeWechat/wechat4u/issues"
},
"homepage": "https://github.com/nodeWechat/wechat4u#readme",
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.16.3",
"chai": "^3.5.0",
"cross-env": "^1.0.7",
"eslint": "^5.14.1",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.2",
"mocha": "^6.0.2",
"nock": "^10.0.6",
"qrcode-terminal": "^0.11.0",
"replay": "^2.0.6",
"request": "^2.88.0"
}
}