kunkun/packages/schema/package.json
Huakun 0bca6739a7
[feat] New sysinfo api, update dep (#251)
* update tauri-plugin-system-info submodule to latest commit cb32fe8

* Update dependencies to latest versions, including valibot to 1.0.0-rc.4 and kkrpc to 0.2.1 across multiple packages. Bump api package version to 0.1.6.

* Update desktop and API package versions; change development server port and URL
2025-03-18 08:42:39 -04:00

32 lines
783 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",
"@kksh/supabase": "workspace:*",
"@supabase/supabase-js": "^2.48.0",
"@valibot/to-json-schema": "1.0.0-beta.4"
},
"peerDependencies": {
"@kksh/supabase": "workspace:*",
"typescript": "^5.0.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.583.0",
"@kksh/api": "workspace:*",
"valibot": "^1.0.0-rc.4"
}
}