forked from klover2/wechatpay-node-v3-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.18 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
{
"name": "wechatpay-node-v3",
"version": "2.2.0-beta",
"description": "微信支付文档v3",
"keywords": [
"node",
"wechat",
"微信支付",
"微信提现"
],
"homepage": "https://github.com/klover2/wechatpay-node-v3-ts#readme",
"bugs": {
"url": "https://github.com/klover2/wechatpay-node-v3-ts/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/klover2/wechatpay-node-v3-ts.git"
},
"license": "MIT",
"author": "klover",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rm -rf ./dist && tsc",
"release": "npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@fidm/x509": "^1.2.1",
"superagent": "^8.0.6"
},
"devDependencies": {
"@nestjs/common": "^8.2.4",
"@types/node": "^14.14.12",
"@types/superagent": "^4.1.10",
"@typescript-eslint/eslint-plugin": "3.0.2",
"@typescript-eslint/parser": "3.0.2",
"eslint": "7.1.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"prettier": "^1.19.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.2"
}
}