-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.24 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
{
"name": "coa-dg-pay",
"version": "0.0.1",
"description": "这是一个轻量的汇付支付SDK服务商版 for Node.js",
"main": "src/index.js",
"scripts": {
"tsc": "tsc -w",
"build": "rm -rf dist && tsc && cp package.json *.md dist && rm -rf dist/test",
"test": "NODE_PATH=dist tsc-watch --onSuccess \"node dist/test\"",
"lint": "eslint . ",
"prettier": "prettier -w .",
"sync": "curl -X PUT 'https://registry.npmmirror.com/sync/coa-dg-pay?sync_upstream=true'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ityifan/coa-dg-pay.git"
},
"keywords": [
"coajs",
"coa",
"wx-isv",
"wx",
"isv"
],
"author": "leon",
"license": "MIT",
"bugs": {
"url": "https://github.com/ityifan/coa-dg-pay/issues"
},
"homepage": "https://github.com/ityifan/coa-dg-pay#readme",
"dependencies": {
"coa-error": "^1.5.2",
"coa-helper": "^1.2.1",
"coa-secure": "^1.2.0",
"form-data": "^4.0.0"
},
"devDependencies": {
"@types/node": "^16.9.6",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"prettier": "^2.4.1",
"typescript": "^4.4.3"
}
}