-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "forfuture-wxpay",
"version": "1.0.29",
"description": "微信支付接口实现",
"repository": {
"type": "git",
"url": "git+https://github.com/zhutoutou/forfuture-wxpay.git"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"cleanLib": "./node_modules/.bin/rimraf lib",
"bableBuild": "./node_modules/.bin/babel src --out-dir lib",
"prepublish": "npm run cleanLib && npm run bableBuild"
},
"keywords": [
"JavaScript"
],
"author": "zhuzhutou",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"debug": "^3.1.0",
"knex": "^0.15.2",
"md5": "^2.2.1",
"moment": "^2.22.2",
"uuid": "^3.3.2",
"xml": "^1.0.1",
"xml2js": "^0.4.19",
"inflation": "~2.0.0",
"qs": "~4.0.0",
"raw-body": "~2.1.2",
"type-is": "~1.6.6"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"rimraf": "^2.6.2"
}
}