UNPKG

node-wxpay3

Version:
52 lines (51 loc) 1.29 kB
{ "name": "node-wxpay3", "version": "2.0.3", "description": "微信支付", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rm -rf ./dist && tsc", "release": "npm publish" }, "keywords": [ "wxpay", "node", "wechat", "微信支付", "微信提现" ], "repository": { "type": "git", "url": "git+https://github.com/klover2/node-wxpay3-ts.git" }, "bugs": { "url": "https://github.com/klover2/node-wxpay3-ts/issues" }, "homepage": "https://github.com/klover2/node-wxpay3-ts#readme", "author": "klover", "license": "ISC", "dependencies": { "md5": "^2.3.0", "superagent": "^8.0.9", "xml2js": "^0.4.23" }, "devDependencies": { "@types/md5": "^2.3.2", "@types/node": "^14.14.12", "@types/superagent": "^4.1.16", "@types/xml2js": "^0.4.11", "@typescript-eslint/eslint-plugin": "^5.53.0", "@typescript-eslint/parser": "^5.53.0", "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-prettier": "^4.2.1", "prettier": "^2.8.4", "ts-node": "^10.9.1", "typescript": "^4.7.2" }, "files": [ "dist" ] }