{
  "name": "@vercel/edge",
  "version": "1.3.1",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "homepage": "https://vercel.com/docs/concepts/functions/edge-functions/vercel-edge-package",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/vercel/vercel.git",
    "directory": "packages/edge"
  },
  "devDependencies": {
    "prettier": "3.8.3",
    "ts-node": "8.9.1",
    "tsup": "7.2.0",
    "typedoc": "0.28.19",
    "typedoc-plugin-markdown": "4.11.0",
    "typedoc-plugin-mdn-links": "5.1.1",
    "vitest": "2.0.3",
    "@vercel/functions": "3.5.1"
  },
  "scripts": {
    "build": "tsup",
    "build:docs": "typedoc && node scripts/fix-links.js && prettier --write docs/**/*.md docs/*.md",
    "test": "vitest run --config ../../vitest.config.mts",
    "test-unit": "pnpm test",
    "type-check": "tsc --noEmit",
    "vitest-run": "vitest -c ../../vitest.config.mts",
    "vitest-unit": "glob --absolute 'test/**/*.test.js' 'test/**/*.test.ts' 'test/**/*.test.mjs' 'test/**/*.test.mts' 'tests/**/*.test.js' 'tests/**/*.test.ts'"
  }
}