package.json 440 B

1234567891011121314151617181920
  1. {
  2. "name": "genrules",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "devDependencies": {},
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "author": "",
  11. "type": "module",
  12. "license": "ISC",
  13. "dependencies": {
  14. "axios": "^1.7.2",
  15. "qs": "^6.12.3",
  16. "randomstring": "^1.3.0",
  17. "uuid": "^10.0.0",
  18. "yaml": "^2.4.5"
  19. }
  20. }