{
  "name": "<%=directory%>",
  "version": "0.0.1",
  "description": "",
  "author": {
    "name": "author",
    "email": "author@domain.com"
  },
  "main": "index.js",
  "scripts": {
    "local": "SERVICE_ENV=local node index.js",
    "start": "node index.js",
    "test": "cross-env SERVICE_ENV=test jest --runInBand --detectOpenHandles --forceExit",
    "test:watch": "npm run test -- --watch",
    "test:report": "cross-env CI=true SERVICE_ENV=test jest --runInBand --detectOpenHandles --forceExit --coverage",
    "manifest": "node_modules/make-manifest/bin/make-manifest"
  },
  "devDependencies": {
    "@types/jest": "^29.5.10",
    "cross-env": "^7.0.3",
    "jest": "^29.7.0",
    "jest-config": "^29.7.0",
    "jest-junit": "^16.0.0",
    "make-manifest": "^2.0.2",
    "supertest": "^6.3.3"
  },
  "dependencies": {
    "@hapi/boom": "^9.1.0",
    "@opentelemetry/instrumentation-express": "^0.33.3",
    "@opentelemetry/instrumentation-http": "^0.45.1",
    "@opentelemetry/instrumentation-pino": "^0.34.3",
    "@opentelemetry/sdk-node": "^0.45.1",
    "body-parser": "^1.19.0",
    "chalk": "^5.3.0",
    "confabulous": "^1.7.0",
    "cors": "^2.8.5",
    "debug": "^4.1.1",
    "helmet": "^4.1.1",
    "hogan.js": "^3.0.2",
    "on-headers": "^1.0.2",
    "optimist": "^0.6.1",
    "optional": "^0.1.4",
    "pino": "^8.16.2",
    "pino-http": "^8.5.1",
    "pino-pretty": "^10.2.3",
    "ramda": "^0.27.0",
    "swagger-endpoint-validator": "^4.1.0",
    "systemic": "^3.3.7",
    "systemic-domain-runner": "^1.1.0",
    "systemic-express": "^1.1.1"
  }
}
