package.json 505 B

123456789101112131415161718192021222324
  1. {
  2. "name": "CocoRoboQuery",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://git.cocorobo.hk/jack/CocoRoboQuery.git"
  12. },
  13. "keywords": [],
  14. "author": "",
  15. "license": "ISC",
  16. "dependencies": {
  17. "body-parser": "^1.19.0",
  18. "express": "^4.17.1",
  19. "morgan": "^1.10.0",
  20. "mysql": "^2.18.1",
  21. "path": "^0.12.7",
  22. "request": "^2.88.2"
  23. }
  24. }