1234567891011121314151617181920212223 |
- {
- "name": "alipay",
- "version": "1.0.0",
- "description": "new alipay",
- "main": "main.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "kangna",
- "license": "ISC",
- "dependencies": {
- "ali-pay": "0.0.3",
- "alipay-mobile": "^2.2.3",
- "alipay-node-sdk": "^1.1.8",
- "alipay-request": "^1.0.1",
- "alipay-sdk": "^3.0.0",
- "axios": "^0.18.0",
- "express": "^4.16.3",
- "qr-image": "^3.2.0",
- "urlencode": "^1.1.0"
- }
- }
|