@edge-runtime/types
Version:
TypeScript global types for using Edge Runtime.
40 lines • 799 B
JSON
{
"name": "@edge-runtime/types",
"description": "TypeScript global types for using Edge Runtime.",
"homepage": "https://edge-runtime.vercel.app/packages/types",
"version": "4.0.0",
"repository": {
"directory": "packages/types",
"type": "git",
"url": "git+https://github.com/vercel/edge-runtime.git"
},
"bugs": {
"url": "https://github.com/vercel/edge-runtime/issues"
},
"keywords": [
"context",
"edge",
"edge-runtime",
"functions",
"runtime",
"standard",
"types",
"typescript",
"vm",
"web"
],
"dependencies": {
"@edge-runtime/primitives": "6.0.0"
},
"engines": {
"node": ">=18"
},
"files": [
"src"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"types": "src/index.d.ts"
}