honojs-middleware/packages/auth-js/deno.json

17 lines
359 B
JSON
Raw Normal View History

2025-07-02 07:45:33 +08:00
{
"name": "@hono/auth-js",
"version": "1.1.0",
2025-07-02 07:45:33 +08:00
"license": "MIT",
"exports": {
".": "./src/index.ts",
"./react": "./src/react.tsx"
},
"imports": {
"hono": "jsr:@hono/hono@^4.8.3"
},
2025-07-02 07:45:33 +08:00
"publish": {
"include": ["deno.json", "README.md", "src/**/*.ts", "src/**/*.tsx"],
"exclude": ["src/**/*.test.ts", "src/**/*.test.tsx"]
2025-07-02 07:45:33 +08:00
}
}