{
  "name": "phoenix-viability-app-backend",
  "version": "1.0.0",
  "description": "Backend for the Phoenix Viability App analyzing economic, salary, demand, and hiring data.",
  "main": "src/server.ts",
  "scripts": {
    "start": "ts-node src/server.ts",
    "build": "tsc",
    "test": "jest"
  },
  "dependencies": {
    "express": "^4.17.1",
    "mongoose": "^5.10.9",
    "dotenv": "^8.2.0",
    "cors": "^2.8.5",
    "axios": "^0.21.1"
  },
  "devDependencies": {
    "typescript": "^4.1.2",
    "ts-node": "^9.1.1",
    "jest": "^26.6.3",
    "@types/jest": "^26.0.0",
    "@types/node": "^14.14.31",
    "@types/express": "^4.17.8"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "license": "MIT"
}