2025-07-02 07:45:33 +08:00
|
|
|
{
|
|
|
|
"name": "@hono/cloudflare-access",
|
|
|
|
"version": "0.3.1",
|
|
|
|
"license": "MIT",
|
|
|
|
"compilerOptions": {
|
|
|
|
"types": ["@cloudflare/workers-types"]
|
|
|
|
},
|
2025-07-04 09:47:19 +08:00
|
|
|
"imports": {
|
|
|
|
"hono": "jsr:@hono/hono@^4.8.3"
|
|
|
|
},
|
2025-07-02 07:45:33 +08:00
|
|
|
"exports": {
|
|
|
|
".": "./src/index.ts"
|
|
|
|
}
|
|
|
|
}
|