| 1234567891011121314151617181920 |
- {
- "name": "analysis-tmp",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "serve": "node index.js",
- "test": "node ./analysis"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@hapi/hapi": "^20.2.1",
- "csv-parser": "^3.0.0",
- "mongoose": "^6.2.3",
- "mysql2": "^2.3.3",
- "pg": "^8.7.3",
- "request": "^2.88.2"
- }
- }
|