123456789101112131415161718 |
- {
- "name": "wechatpay",
- "version": "1.0.0",
- "description": "wechat QR pay",
- "main": "main.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "kangna",
- "license": "ISC",
- "dependencies": {
- "axios": "^0.18.0",
- "express": "^4.16.3",
- "qr-image": "^3.2.0",
- "tenpay": "^2.1.4"
- }
- }
|