@wongyouth/wxpay
Version:
A node library for WeChat Pay
46 lines (45 loc) • 911 B
JSON
{
"name": "@wongyouth/wxpay",
"version": "0.0.4",
"description": "A node library for WeChat Pay",
"main": "src/index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"wxpay",
"pay",
"wechat",
"weixin",
"微信支付",
"微信",
"支付"
],
"author": "Ryan Wang (https://github.com/wongyouth)",
"repository": {
"type": "git",
"url": "git+https://github.com/wongyouth/wxpay.git"
},
"license": "MIT",
"dependencies": {
"debug": "^4.1.1",
"flyio": "^0.6.14",
"lodash": "^4.17.11",
"xml-js": "^1.6.11"
},
"devDependencies": {
"eslint": "^6.0.1",
"expect.js": "^0.3.1",
"mocha": "^6.1.4"
},
"bugs": {
"url": "https://github.com/wongyouth/wxpay/issues"
},
"homepage": "https://github.com/wongyouth/wxpay#readme",
"directories": {
"test": "test"
},
"publishConfig": {
"access": "public"
}
}