| { | |
| "name": "enb-api", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "author": "", | |
| "license": "ISC", | |
| "dependencies": { | |
| "csv-parse": "^5.5.2", | |
| "express": "^4.18.2", | |
| "fast-glob": "^3.3.2", | |
| "nodemon": "^3.0.1" | |
| } | |
| } | |