package.json 387 B

1234567891011121314151617181920
  1. {
  2. "name": "analysis-tmp",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "serve": "node index.js",
  8. "test": "node ./analysis"
  9. },
  10. "author": "",
  11. "license": "ISC",
  12. "dependencies": {
  13. "@hapi/hapi": "^20.2.1",
  14. "csv-parser": "^3.0.0",
  15. "mongoose": "^6.2.3",
  16. "mysql2": "^2.3.3",
  17. "pg": "^8.7.3",
  18. "request": "^2.88.2"
  19. }
  20. }