package.json 435 B

123456789101112131415161718192021
  1. {
  2. "name": "kdl",
  3. "version": "1.2.5",
  4. "description": "快代理node - api SDK",
  5. "main": "",
  6. "directories": {
  7. "example": "examples"
  8. },
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/kuaidaili/python-sdk/tree/master/api-sdk"
  15. },
  16. "author": "kuaidaili",
  17. "license": "ISC",
  18. "dependencies": {
  19. "axios": "0.21.1"
  20. }
  21. }