UNPKG

wechatpay-node-v3-new

Version:
49 lines (48 loc) 1.24 kB
{ "name": "wechatpay-node-v3-new", "version": "4.0.3", "description": "微信支付文档v3", "keywords": [ "node", "wechat", "微信支付", "微信提现" ], "homepage": "https://github.com/bobby169/wechatpay-node-v3-ts#readme", "bugs": { "url": "https://github.com/bobby169/wechatpay-node-v3-ts/issues" }, "repository": { "type": "git", "url": "git+https://github.com/bobby169/wechatpay-node-v3-ts.git" }, "license": "MIT", "author": "klover", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "rm -rf ./dist && tsc", "release": "npm publish --registry=https://registry.npmjs.org/", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "@fidm/x509": "1.2.1", "superagent": "8.0.6" }, "devDependencies": { "@nestjs/common": "8.2.4", "@types/node": "14.14.12", "@types/superagent": "4.1.10", "@typescript-eslint/eslint-plugin": "3.0.2", "@typescript-eslint/parser": "3.0.2", "eslint": "7.1.0", "eslint-config-prettier": "6.10.0", "eslint-plugin-import": "2.20.1", "prettier": "1.19.1", "ts-node": "9.1.1", "typescript": "4.1.2" } }