tenpay-node
Version:
微信支付 for nodejs
31 lines (30 loc) • 544 B
JSON
{
"name": "tenpay-node",
"version": "1.0.4",
"description": "微信支付 for nodejs",
"main": "./lib",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://gitee.com/kongjz/tenpay-node.git"
},
"engines": {
"node": ">= 8.3.0"
},
"keywords": [
"微信支付",
"微信红包",
"企业付款",
"wechat",
"wechat-pay",
"wechat-payment"
],
"author": "TColelAi",
"license": "MIT",
"dependencies": {
"urllib": "^2.33.0",
"xml2js": "^0.4.19"
}
}