{
  "name": "backend",
  "version": "1.0.0",
  "description": "Backend API for the Verified Establishment Governance Portal",
  "main": "dist/server.js",
  "scripts": {
    "dev": "npm run build && node dist/server.js",
    "build": "tsc -p tsconfig.json",
    "start": "node dist/server.js",
    "start:shared": "node start.cjs",
    "db:check": "node scripts/db-check.js",
    "test": "npm run build && node scripts/smoke-test.js",
    "test:phase1": "npm run build && node scripts/phase1-test.js",
    "test:phase2": "npm run build && node scripts/phase2-test.js",
    "test:phase3": "npm run build && node scripts/phase3-test.js",
    "test:phase4": "npm run build && node scripts/phase4-test.js",
    "test:phase5": "npm run build && node scripts/phase5-test.js",
    "test:phase6": "npm run build && node scripts/phase6-test.js",
    "test:phase7": "npm run build && node scripts/phase7-test.js",
    "test:phase8": "npm run build && node scripts/phase8-test.js",
    "test:phase9": "npm run build && node scripts/phase9-test.js",
    "test:phase11": "npm run build && node scripts/phase11-test.js",
    "test:phase12": "npm run build && node scripts/phase12-test.js",
    "test:phase13": "npm run build && node scripts/phase13-test.js",
    "test:phase14": "npm run build && node scripts/phase14-test.js",
    "test:phase15": "npm run build && node scripts/phase15-test.js",
    "test:phase16": "npm run build && node scripts/phase16-test.js",
    "test:phase17": "npm run build && node scripts/phase17-test.js",
    "test:phase18": "npm run build && node scripts/phase18-test.js",
    "test:phase19": "npm run build && node scripts/phase19-test.js",
    "test:phase20": "npm run build && node scripts/phase20-test.js"
  },
  "keywords": [
    "express",
    "typescript",
    "postgresql"
  ],
  "author": "",
  "license": "MIT",
  "type": "commonjs",
  "dependencies": {
    "cors": "^2.8.5",
    "dotenv": "^17.2.3",
    "express": "^5.1.0",
    "pg": "^8.16.3"
  },
  "devDependencies": {
    "@types/cors": "^2.8.19",
    "@types/express": "^5.0.3",
    "@types/node": "^24.9.1",
    "@types/pg": "^8.15.6",
    "typescript": "^5.9.3"
  }
}
