-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
73 lines (73 loc) · 1.83 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
70
71
72
73
{
"name": "wechatpay-axios-plugin",
"version": "0.8.13",
"description": "微信支付APIv2及v3 NodeJS SDK,支持CLI模式请求OpenAPI,支持v3证书下载,v2付款码支付、企业付款、退款,企业微信-企业支付-企业红包/向员工付款,v2&v3 Native支付、扫码支付、H5支付、JSAPI/小程序支付、合单支付...",
"main": "index.js",
"typings": "index.d.ts",
"files": [
"index.js",
"index.d.ts",
"lib/",
"bin/",
"CHANGELOG.md",
"README.md",
"SECURITY.md",
"LICENSE"
],
"bin": {
"wxpay": "./bin/cli.js"
},
"scripts": {
"test": "mocha --check-leaks ./tests/*.test.js ./tests/**/*.test.js",
"lint": "eslint --ext \".js\" index.js lib tests bin"
},
"homepage": "https://wechatpay.js.org",
"bugs": {
"url": "https://github.com/TheNorthMemory/wechatpay-axios-plugin/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheNorthMemory/wechatpay-axios-plugin.git"
},
"engines": {
"node": ">=10.15"
},
"directories": {
"bin": "./bin",
"lib": "./lib"
},
"keywords": [
"wechatpay",
"wechatpay-apiv2",
"wechatpay-apiv3",
"aes-256-gcm",
"aes-256-ecb",
"pkcs7padding",
"rsa-oaep",
"axios-ecosystem",
"multipart/form-data",
"wxpay",
"微信支付"
],
"author": "James ZHANG",
"license": "MIT",
"dependencies": {
"axios": "^0.28.0",
"xml2js": "0.5 - 0.6"
},
"peerDependencies": {
"yargs": "^17.1.1"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/eslint-parser": "^7.14.7",
"@types/node": ">= 16.7.10",
"eslint": "^7.29.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-mocha": "^9.0.0",
"mocha": "^9.0.1",
"nock": "^13.1.0",
"should": "^13.2.3"
}
}