UNPKG

tenpay-v2

Version:
39 lines (38 loc) 781 B
{ "name": "tenpay-v2", "version": "2.1.3", "description": "微信支付 for nodejs", "main": "./lib", "scripts": { "test": "mocha", "travis": "TESTER=travis mocha" }, "repository": { "type": "git", "url": "https://github.com/yiyu-liao/node-tenpay" }, "engines": { "node": ">= 8.3.0" }, "keywords": [ "微信支付", "微信红包", "企业付款", "wechat", "wechat-pay", "wechat-payment" ], "author": "Eric", "license": "MIT", "bugs": { "url": "https://github.com/befinal/node-tenpay/issues" }, "homepage": "https://github.com/yiyu-liao/node-tenpay/blob/master/README.md", "dependencies": { "urllib": "^2.33.0", "xml2js": "^0.4.19" }, "devDependencies": { "mocha": "^4.1.0" } }