-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·50 lines (50 loc) · 1.33 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
{
"name": "w4",
"version": "0.0.1",
"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",
"core2": "cross-env DEBUG=wechat,core node run-core2.js"
},
"dependencies": {
"ali-rds": "^3.3.0",
"axios": "^0.15.3",
"bl": "^1.1.2",
"child_process": "^1.0.2",
"debug": "^2.2.0",
"form-data": "^2.1.2",
"koa": "^2.11.0",
"koa-body": "^4.1.1",
"koa-bodyparser": "^3.2.0",
"koa-router": "^7.4.0",
"lodash": "^4.17.11",
"mime": "^1.3.4",
"superagent": "^5.1.0",
"vuex": "^3.1.1"
},
"author": "nodeWechat",
"license": "MIT",
"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"
}
}