Files
moeka-project/packages/vishot-runtime/package.json
T
RainbowBird 007fae6810 chore: update package dependencies and remove specific catalog references
- Removed specific catalog references for '@unocss/core', 'es-toolkit', 'nanoid', and 'valibot' in pnpm-workspace.yaml and various service package.json files.
- Updated versions for '@vueuse/core', 'es-toolkit', 'nanoid', 'reka-ui', and 'valibot' to their latest compatible versions.
- Cleaned up unused catalog entries in pnpm-workspace.yaml.
2026-06-07 19:45:28 +08:00

41 lines
1.0 KiB
JSON

{
"name": "@proj-airi/vishot-runtime",
"type": "module",
"version": "0.10.2",
"private": true,
"description": "Runtime capture contracts and Vue bindings for Vishot",
"author": {
"name": "Moeru AI Project AIRI Team",
"email": "airi@moeru.ai",
"url": "https://github.com/moeru-ai"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/moeru-ai/airi.git",
"directory": "packages/vishot-runtime"
},
"exports": {
".": "./src/index.ts",
"./vue": "./src/vue/index.ts",
"./vue/components/*": "./src/vue/components/*.vue",
"./runtime/*": "./src/runtime/*.ts",
"./*": "./src/*.ts"
},
"scripts": {
"build": "echo \"No build step required\"",
"test:run": "vitest run",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@vueuse/core": "catalog:",
"reka-ui": "catalog:",
"vue": "catalog:",
"vue-router": "catalog:"
},
"devDependencies": {
"@vitejs/plugin-vue": "catalog:",
"vue-tsc": "catalog:"
}
}