{
  "name": "@vercel/hono",
  "version": "0.2.45",
  "license": "Apache-2.0",
  "main": "./dist/index.js",
  "homepage": "https://vercel.com/docs",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vercel/vercel.git",
    "directory": "packages/hono"
  },
  "files": [
    "dist",
    "edge-entry.js"
  ],
  "dependencies": {
    "@vercel/nft": "1.1.1",
    "fs-extra": "11.1.0",
    "path-to-regexp": "8.3.0",
    "ts-morph": "12.0.0",
    "zod": "3.22.4",
    "@vercel/node": "5.6.9",
    "@vercel/static-config": "3.1.2"
  },
  "devDependencies": {
    "@types/fs-extra": "11",
    "@types/jest": "27.5.1",
    "@types/node": "20.11.0",
    "execa": "3.2.0",
    "fs-extra": "11.1.0",
    "jest-junit": "16.0.0",
    "vite": "^5.1.6",
    "vitest": "^2.0.1",
    "@vercel/build-utils": "13.6.1"
  },
  "scripts": {
    "build": "node ../../utils/build-builder.mjs",
    "vitest-run": "vitest -c ../../vitest.config.mts",
    "vitest-unit": "glob --absolute 'test/unit/**/*.test.ts' 'test/unit/**/*.test.mts'",
    "type-check": "tsc --noEmit"
  }
}