airi/packages/vishot-runtime/package.json
2026-05-07 19:36:33 +08:00

40 lines
1 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": "^2.9.6",
"vue": "catalog:",
"vue-router": "catalog:"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.6",
"vue-tsc": "^3.2.6"
}
}