Spaces:
Running
Running
| { | |
| "name": "bionexus-hub-server", | |
| "version": "1.0.0", | |
| "description": "Backend for BioNexus Hub - Bioeconomy Innovation & FLW Nexus", | |
| "main": "index.js", | |
| "scripts": { | |
| "start": "node index.js", | |
| "dev": "nodemon index.js", | |
| "init-db": "node scripts/init-db.js" | |
| }, | |
| "dependencies": { | |
| "express": "^4.21.2", | |
| "cors": "^2.8.5", | |
| "dotenv": "^16.4.7", | |
| "pg": "^8.13.1" | |
| }, | |
| "devDependencies": { | |
| "nodemon": "^3.1.9" | |
| }, | |
| "engines": { | |
| "node": ">=18.0.0" | |
| } | |
| } |