mirror of
https://github.com/moeru-ai/airi.git
synced 2026-07-13 17:58:37 +00:00
--------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by-agent: Codex
115 lines
4.7 KiB
JSON
115 lines
4.7 KiB
JSON
{
|
|
"name": "@proj-airi/root",
|
|
"type": "module",
|
|
"version": "0.10.2",
|
|
"private": true,
|
|
"packageManager": "pnpm@10.33.0",
|
|
"description": "LLM powered virtual character",
|
|
"author": {
|
|
"name": "Moeru AI Project AIRI Team",
|
|
"email": "airi@moeru.ai",
|
|
"url": "https://github.com/moeru-ai"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"postinstall": "pnpm exec simple-git-hooks && pnpm run build:packages",
|
|
"dev": "pnpm -r -F @proj-airi/stage-web dev",
|
|
"dev:docs": "pnpm -rF @proj-airi/docs run dev",
|
|
"dev:ui": "pnpm -rF @proj-airi/stage-ui run story:dev",
|
|
"dev:web": "pnpm -rF @proj-airi/stage-web run dev",
|
|
"dev:web:https": "pnpm -rF @proj-airi/stage-web run dev:https",
|
|
"dev:server-auth": "pnpm -rF @proj-airi/ui-server-auth run dev",
|
|
"dev:admin": "pnpm -rF @proj-airi/ui-admin run dev",
|
|
"dev:pocket:ios": "pnpm -rF @proj-airi/stage-pocket run dev:ios",
|
|
"dev:pocket:android": "pnpm -rF @proj-airi/stage-pocket run dev:android",
|
|
"dev:server": "pnpm -rF @proj-airi/server-runtime run dev",
|
|
"dev:tamagotchi": "pnpm -rF @proj-airi/stage-tamagotchi run dev",
|
|
"dev:tamagotchi:xwayland": "pnpm -rF @proj-airi/stage-tamagotchi run dev:xwayland",
|
|
"dev:apps": "pnpm -rF=\"./apps/*\" run --parallel dev",
|
|
"dev:packages": "pnpm -rF=\"./packages/*\" --parallel run dev",
|
|
"build": "turbo run build -F=\"./packages/*\" -F=\"./apps/*\"",
|
|
"build:web": "turbo run build -F @proj-airi/stage-web",
|
|
"build:tamagotchi": "pnpm -rF @proj-airi/stage-tamagotchi run app:build",
|
|
"build:apps": "turbo run build -F=\"./apps/*\"",
|
|
"build:packages": "turbo run build -F=\"./packages/*\"",
|
|
"build:engines": "turbo run build -F=\"./engines/*\"",
|
|
"test": "vitest --coverage",
|
|
"test:run": "vitest run && pnpm run test-audio-pipelines-transcribe:run && pnpm run test-vishot:run && pnpm run test-ui:run",
|
|
"test-audio-pipelines-transcribe:run": "vitest run --config packages/audio-pipelines-transcribe/vitest.config.ts",
|
|
"test-vishot:run": "vitest run --config packages/vishot-runtime/vitest.config.ts",
|
|
"test-ui:run": "vitest run --config packages/stage-ui/vitest.config.ts",
|
|
"lint": "moeru-lint .",
|
|
"lint:fix": "moeru-lint --fix .",
|
|
"lint:swift": "pnpm -rF @proj-airi/stage-pocket run lint:swift",
|
|
"capture:tamagotchi": "pnpm -F @proj-airi/vishot-runner-electron capture -- ./packages/scenarios-stage-tamagotchi-electron/src/scenarios/demo-controls-settings-chat-websocket.ts --output-dir ./packages/scenarios-stage-tamagotchi-browser/artifacts/raw",
|
|
"to-avif": "tsx docs/scripts/avif.ts",
|
|
"sponsors:generate": "sponsorkit --output-dir docs/content/public/assets/sponsors",
|
|
"typecheck": "pnpm -rF=\"./packages/*\" -F=\"./apps/*\" -F=\"./docs\" --parallel typecheck",
|
|
"typecheck:engines": "pnpm -rF=\"./engines/*\" --parallel typecheck",
|
|
"up": "taze -w -r -I && pnpm prune && pnpm dedupe",
|
|
"nolyfill": "pnpm dlx nolyfill",
|
|
"open:ios": "pnpm -rF @proj-airi/stage-pocket run open:ios",
|
|
"knip": "knip"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "catalog:",
|
|
"@arethetypeswrong/core": "catalog:",
|
|
"@electron-toolkit/eslint-config-ts": "catalog:",
|
|
"@iconify/utils": "catalog:",
|
|
"@moeru/eslint-config": "catalog:",
|
|
"@proj-airi/unocss-preset-chromatic": "catalog:",
|
|
"@types/node": "catalog:",
|
|
"@unocss/eslint-config": "catalog:",
|
|
"@unocss/eslint-plugin": "catalog:",
|
|
"@unocss/preset-mini": "catalog:",
|
|
"@unocss/preset-web-fonts": "catalog:",
|
|
"@vitest/browser-playwright": "catalog:vitest",
|
|
"@vitest/coverage-v8": "catalog:vitest",
|
|
"bumpp": "catalog:",
|
|
"eslint": "catalog:",
|
|
"eslint-plugin-oxlint": "catalog:",
|
|
"knip": "catalog:",
|
|
"nano-staged": "catalog:",
|
|
"oxc-minify": "catalog:",
|
|
"oxlint": "catalog:",
|
|
"playwright": "catalog:",
|
|
"posthog-js": "catalog:",
|
|
"publint": "catalog:",
|
|
"rollup": "catalog:",
|
|
"simple-git-hooks": "catalog:",
|
|
"sponsorkit": "catalog:",
|
|
"sponsors-svg": "catalog:",
|
|
"taze": "catalog:",
|
|
"tinyexec": "catalog:",
|
|
"tsdown": "catalog:",
|
|
"tsx": "catalog:",
|
|
"turbo": "catalog:",
|
|
"typescript": "catalog:",
|
|
"uncrypto": "catalog:",
|
|
"unocss": "catalog:",
|
|
"unocss-preset-scrollbar": "catalog:",
|
|
"unplugin-lightningcss": "catalog:",
|
|
"unplugin-raw": "catalog:",
|
|
"unplugin-unused": "catalog:",
|
|
"vite": "catalog:",
|
|
"vite-plugin-inspect": "catalog:",
|
|
"vitest": "catalog:vitest",
|
|
"vitest-browser-vue": "catalog:",
|
|
"yaml": "catalog:"
|
|
},
|
|
"workspaces": [
|
|
"packages/**",
|
|
"plugins/**",
|
|
"services/**",
|
|
"examples/**",
|
|
"docs/**",
|
|
"engines/**",
|
|
"apps/**"
|
|
],
|
|
"simple-git-hooks": {
|
|
"pre-commit": "pnpm nano-staged"
|
|
},
|
|
"nano-staged": {
|
|
"*": "moeru-lint --fix"
|
|
}
|
|
}
|