12 lines
199 B
JSON
12 lines
199 B
JSON
|
{
|
||
|
"name": "@hono/cloudflare-access",
|
||
|
"version": "0.3.1",
|
||
|
"license": "MIT",
|
||
|
"compilerOptions": {
|
||
|
"types": ["@cloudflare/workers-types"]
|
||
|
},
|
||
|
"exports": {
|
||
|
".": "./src/index.ts"
|
||
|
}
|
||
|
}
|