mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-04 14:46:42 +00:00

* feat: improve IconMultiplexer * feat: add built-in command "reload extensions" * bump package version * feat: replace @gcornut/valibot-json-schema with @valibot/to-json-schema * fix: some icon bug * fix: import path * ci: debug
30 lines
706 B
JSON
30 lines
706 B
JSON
{
|
|
"name": "@kksh/schema",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"import": "./index.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "bun scripts/print-schema.ts > manifest-json-schema.json",
|
|
"test": "bun test --coverage",
|
|
"upload-schema-to-supabase": "bun scripts/upload-schema-to-supabase.ts",
|
|
"upload-schema-to-s3": "bun scripts/upload-schema-to-s3.ts",
|
|
"print-schema": "bun scripts/print-schema.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"@valibot/to-json-schema": "1.0.0-beta.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@kksh/supabase": "workspace:*",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.583.0",
|
|
"@kksh/api": "workspace:*",
|
|
"valibot": "^0.40.0"
|
|
}
|
|
}
|