wxpay-slim
Version:
微信支付轻量包,使用 ES2017 async functions 来操作微信支付,接口名称与官方接口对应,轻松上手,文档齐全
34 lines (33 loc) • 700 B
JSON
{
"name": "wxpay-slim",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"wxpay",
"wx-pay",
"微信支付",
"微信"
],
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^8.3.2"
},
"dependencies": {
"node-request-slim": "^1.0.7",
"xml2js": "^0.4.23"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SunGg12138/wxpay-slim.git"
},
"author": "sungg12138",
"license": "MIT",
"bugs": {
"url": "https://github.com/SunGg12138/wxpay-slim/issues"
},
"homepage": "https://github.com/SunGg12138/wxpay-slim#readme"
}