mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-11 17:29:44 +00:00

* refactor(api): rename ui subpackage name * refactor(api): update import paths for template UI schemas * chore: update dependencies and bump package versions * chore(api): bump package version to 0.1.1 * refactor(api): rename IUiIframe to IUiCustom and related types * format
21 lines
592 B
JSON
21 lines
592 B
JSON
{
|
|
"$schema": "https://jsr.io/schema/config-file.v1.json",
|
|
"name": "@kunkun/api",
|
|
"version": "0.1.1",
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./ui": "./src/ui/index.ts",
|
|
"./ui/custom": "./src/ui/custom/index.ts",
|
|
"./ui/template": "./src/ui/template/index.ts",
|
|
"./headless": "./src/headless/index.ts",
|
|
"./models": "./src/models/index.ts",
|
|
"./commands": "./src/commands/index.ts",
|
|
"./runtime/deno": "./src/runtime/deno.ts",
|
|
"./permissions": "./src/permissions/index.ts",
|
|
"./dev": "./src/dev/index.ts",
|
|
"./events": "./src/events.ts"
|
|
},
|
|
"imports": {}
|
|
}
|