Learn by Directing AI
All materials

package.json

jsonpackage.json
{
  "name": "himalaya-backend",
  "version": "1.0.0",
  "description": "Express API for Himalaya Horizon Treks",
  "main": "server.js",
  "scripts": {
    "start": "node server.js",
    "dev": "node --watch server.js"
  },
  "dependencies": {
    "cors": "^2.8.5",
    "dotenv": "^16.4.5",
    "express": "^4.21.0",
    "pg": "^8.13.0",
    "winston": "^3.14.0"
  }
}