@chenbz/wx_pay_v3
Version:
44 lines (43 loc) • 924 B
JSON
{
"name": "@chenbz/wx_pay_v3",
"version": "1.0.14",
"description": "微信支付v3",
"main": "./lib",
"types": "./lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"homepage": "https://github.com/chenbz777/npm_wx_pay_v3",
"bugs": {
"url": "https://github.com/chenbz777/npm_wx_pay_v3/issues",
"email": "2516224721@qq.com"
},
"repository": {
"type": "git",
"url": "https://github.com/chenbz777/npm_wx_pay_v3"
},
"files": [
"lib"
],
"author": "chenbz",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.7.23",
"@types/uuid": "^8.3.4",
"tslint": "^6.1.3",
"typescript": "^4.8.3"
},
"dependencies": {
"axios": "^0.27.2",
"uuid": "^9.0.0"
},
"keywords": [
"微信支付",
"微信支付v3",
"wx-pay-v3",
"wechat",
"wechat-pay",
"wechat-payment"
]
}