{ "name": "ecospire-backend", "version": "1.0.0", "description": "Backend server for the EcoSpire Environmental Intelligence Platform", "main": "server.js", "scripts": { "start": "node server.js", "dev": "nodemon server.js" }, "keywords": [ "nodejs", "express", "environment", "ai" ], "author": "EcoSpire Team", "license": "MIT", "dependencies": { "cors": "^2.8.5", "dotenv": "^16.3.1", "express": "^4.18.2", "multer": "^1.4.5-lts.1", "sharp": "^0.32.6", "sqlite3": "^5.1.6", "uuid": "^9.0.1" } }