@neuit/wepay
Version:
用于管理微信支付的Node.js接口库
40 lines (39 loc) • 854 B
JSON
{
"name": "@neuit/wepay",
"version": "1.0.0",
"description": "用于管理微信支付的Node.js接口库",
"main": "lib/main.js",
"scripts": {
"test": "jest ./test/class/Concats/User.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oliverhyx/wepay.git"
},
"keywords": [
"微信支付",
"Node.js",
"服务端"
],
"author": "宁波诺幺信息技术有限公司",
"license": "MIT",
"bugs": {
"url": "https://github.com/oliverhyx/wepay/issues"
},
"homepage": "https://github.com/oliverhyx/wepay#readme",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"request": "^2.88.2",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@faker-js/faker": "^9.7.0",
"jest": "^26.6.3"
},
"jest": {
"testEnvironment": "node",
"verbose": true
}
}