{
  "name": "{{name}}-api",
  "version": "0.0.1",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "tsx watch src/index.ts",
    "start": "node dist/index.js",
    "build": "esm-bundle src/index.ts --outfile dist/index.js",
    "check-types": "tsc --noEmit"
  },
  "dependencies": {
    "@mesh-tech/app-kit": "latest",
    "@mesh-tech/logger": "latest",
    "@opentelemetry/auto-instrumentations-node": "^0.78.0",
    "@temporalio/client": "^1.11.7",
    "hono": "^4.0.0",
    "@hono/node-server": "^1.0.0"
  },
  "devDependencies": {
    "@mesh-tech/esm-bundle": "latest",
    "@types/node": "^20.0.0",
    "tsx": "^4.0.0",
    "typescript": "^5.0.0"
  }
}
