9 Star 35 Fork 10

TheNorthMemory/wechatpay-axios-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.83 KB
一键复制 编辑 原始数据 按行查看 历史
TheNorthMemory 提交于 2024-03-27 16:04 . bump to 0.8.13
{
"name": "wechatpay-axios-plugin",
"version": "0.8.13",
"description": "微信支付APIv2及v3 NodeJS SDK,支持CLI模式请求OpenAPI,支持v3证书下载,v2付款码支付、企业付款、退款,企业微信-企业支付-企业红包/向员工付款,v2&v3 Native支付、扫码支付、H5支付、JSAPI/小程序支付、合单支付...",
"main": "index.js",
"typings": "index.d.ts",
"files": [
"index.js",
"index.d.ts",
"lib/",
"bin/",
"CHANGELOG.md",
"README.md",
"SECURITY.md",
"LICENSE"
],
"bin": {
"wxpay": "./bin/cli.js"
},
"scripts": {
"test": "mocha --check-leaks ./tests/*.test.js ./tests/**/*.test.js",
"lint": "eslint --ext \".js\" index.js lib tests bin"
},
"homepage": "https://wechatpay.js.org",
"bugs": {
"url": "https://github.com/TheNorthMemory/wechatpay-axios-plugin/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheNorthMemory/wechatpay-axios-plugin.git"
},
"engines": {
"node": ">=10.15"
},
"directories": {
"bin": "./bin",
"lib": "./lib"
},
"keywords": [
"wechatpay",
"wechatpay-apiv2",
"wechatpay-apiv3",
"aes-256-gcm",
"aes-256-ecb",
"pkcs7padding",
"rsa-oaep",
"axios-ecosystem",
"multipart/form-data",
"wxpay",
"微信支付"
],
"author": "James ZHANG",
"license": "MIT",
"dependencies": {
"axios": "^0.28.0",
"xml2js": "0.5 - 0.6"
},
"peerDependencies": {
"yargs": "^17.1.1"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/eslint-parser": "^7.14.7",
"@types/node": ">= 16.7.10",
"eslint": "^7.29.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-mocha": "^9.0.0",
"mocha": "^9.0.1",
"nock": "^13.1.0",
"should": "^13.2.3"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/TheNorthMemory/wechatpay-axios-plugin.git
[email protected]:TheNorthMemory/wechatpay-axios-plugin.git
TheNorthMemory
wechatpay-axios-plugin
wechatpay-axios-plugin
master

搜索帮助