-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1.1 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
{
"name": "coa-wx-pay-isv",
"version": "0.0.0",
"description": "轻量的的微信支付SDK服务商版 for Node.js",
"keywords": [
"coajs",
"coa",
"coa-wx-pay-isv",
"wx-pay-isv",
"wx-pay",
"wx",
"pay",
"isv"
],
"license": "MIT",
"author": "Aex",
"homepage": "https://github.com/coajs/coa-wx-pay-isv",
"repository": {
"type": "git",
"url": "https://github.com/coajs/coa-wx-pay-isv.git"
},
"scripts": {
"dev": "tsc -w",
"build": "rm -rf dist && tsc && cp package.json *.md dist && rm -rf dist/test",
"lint": "eslint .",
"format": "prettier -w .",
"sync": "curl -X PUT 'https://npm.taobao.org/sync/coa-wx-pay-isv?sync_upstream=true'"
},
"dependencies": {
"coa-error": "^1.5.2",
"coa-helper": "^1.2.1",
"coa-secure": "^1.2.0",
"coa-xml": "^1.1.0"
},
"devDependencies": {
"@types/node": "^16.10.2",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"prettier": "^2.4.1",
"typescript": "^4.4.3"
}
}