{
  "version": "0.0.4",
  "description": "A NextJS Style FS Router for Elysia",
  "author": {
    "name": "Tom Bebbington",
    "url": "https://github.com/TomBebb",
    "email": "tophattedcoder@gmail.com"
  },
  "name": "@tophattedcoder/elysia-fs-router",
  "module": "src/index.ts",
  "types": "src/index.ts",
  "type": "module",
  "devDependencies": {
    "bun-types": "^0.5.8",
    "elysia": "^0.4.15",
    "typescript": "^5.0.4"
  },
  "peerDependencies": {
    "elysia": ">= 0.4.3"
  },
  "private": false,
  "scripts": {
    "example-dev": "bun example/index.ts --watch",
    "example": "bun example/index.ts"
  }
}