package.json 492 B

1234567891011121314151617181920212223
  1. {
  2. "name": "alipay",
  3. "version": "1.0.0",
  4. "description": "new alipay",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "kangna",
  10. "license": "ISC",
  11. "dependencies": {
  12. "ali-pay": "0.0.3",
  13. "alipay-mobile": "^2.2.3",
  14. "alipay-node-sdk": "^1.1.8",
  15. "alipay-request": "^1.0.1",
  16. "alipay-sdk": "^3.0.0",
  17. "axios": "^0.18.0",
  18. "express": "^4.16.3",
  19. "qr-image": "^3.2.0",
  20. "urlencode": "^1.1.0"
  21. }
  22. }