airi/packages/scenarios-stage-tamagotchi-browser/package.json
Neko Ayaka 3779eb6103
Some checks are pending
CI / Lint (push) Waiting to run
CI / Build Test (stage-tamagotchi) (push) Waiting to run
CI / Build Test (stage-tamagotchi-godot) (push) Waiting to run
CI / Build Test (stage-web) (push) Waiting to run
CI / Build Test (ui-loading-screens) (push) Waiting to run
CI / Build Test (ui-transitions) (push) Waiting to run
CI / Unit Test (push) Waiting to run
CI / Type Check (push) Waiting to run
CI / Check Provenance (push) Waiting to run
Cloudflare Pages (Auth UI) / Deploy - ui-server-auth (push) Waiting to run
Cloudflare Workers / Deploy - stage-web (push) Waiting to run
Update Nix pnpmDeps Hash / update (push) Waiting to run
release: v0.11.0
2026-07-08 01:20:12 +08:00

45 lines
1.3 KiB
JSON

{
"name": "@proj-airi/scenarios-stage-tamagotchi-browser",
"type": "module",
"version": "0.11.0",
"private": true,
"description": "Vite/Vue scene app for stage tamagotchi browser captures",
"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/scenarios-stage-tamagotchi-browser"
},
"scripts": {
"capture": "tsx scripts/capture.ts",
"scenario:build": "vite build",
"scenario:dev": "vite",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@moeru/std": "catalog:",
"@napi-rs/image": "catalog:",
"@proj-airi/vishot-runner-browser": "workspace:^",
"@proj-airi/vishot-runtime": "workspace:^",
"@vueuse/core": "catalog:",
"date-fns": "catalog:",
"reka-ui": "catalog:",
"vue": "catalog:",
"vue-router": "catalog:"
},
"devDependencies": {
"@iconify-json/line-md": "catalog:",
"@iconify-json/material-symbols": "catalog:",
"@iconify-json/mdi": "catalog:",
"@iconify-json/ph": "catalog:",
"@unocss/reset": "catalog:",
"@vitejs/plugin-vue": "catalog:",
"unplugin-vue-router": "catalog:",
"vue-tsc": "catalog:"
}
}