{
  "imports": {
    "@getcronit/pylon-dev": "npm:@getcronit/pylon-dev@^1.0.1",
    "@getcronit/pylon": "npm:@getcronit/pylon@^2.2.1"
  },
  "tasks": {
    "dev": "pylon dev -c 'deno run -A .pylon/index.js --config tsconfig.json'",
    "build": "pylon build"
  },
  "compilerOptions": {
    "jsx": "precompile",
    "jsxImportSource": "hono/jsx"
  },
  "nodeModulesDir": "auto"
}
