2025-07-02 07:45:33 +08:00
|
|
|
{
|
|
|
|
"name": "@hono/casbin",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"license": "MIT",
|
|
|
|
"exports": {
|
|
|
|
".": "./src/index.ts",
|
|
|
|
"./helper": "./src/helper/index.ts"
|
2025-07-04 09:47:19 +08:00
|
|
|
},
|
|
|
|
"imports": {
|
|
|
|
"hono": "jsr:@hono/hono@^4.8.3"
|
2025-07-02 07:45:33 +08:00
|
|
|
}
|
|
|
|
}
|