package.json 381 B

123456789101112131415161718
  1. {
  2. "name": "api_generate",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "@types/copy-paste": "^1.1.30",
  13. "@types/lodash": "^4.14.191",
  14. "@types/node": "^18.0.6",
  15. "copy-paste": "^1.3.0",
  16. "qs": "^6.11.0"
  17. }
  18. }