{ "name": "airi-vtuber", "type": "module", "packageManager": "pnpm@10.1.0", "description": "LLM powered virtual character", "author": { "name": "Neko Ayaka", "email": "neko@ayaka.moe", "url": "https://github.com/nekomeowww" }, "license": "MIT", "scripts": { "lint": "eslint --cache .", "lint:fix": "eslint --cache --fix .", "typecheck": "pnpm -r --filter=./packages/* run typecheck", "dev": "pnpm packages:dev", "build": "pnpm packages:build", "dev:tamagotchi": "pnpm packages:dev:tamagotchi", "packages:dev": "pnpm -r --filter=./packages/* --parallel run dev", "packages:dev:tamagotchi": "pnpm -r --filter=./packages/* --parallel run dev:tamagotchi", "packages:stub": "pnpm -r --filter=./packages/* run stub", "packages:build": "pnpm -r --filter=./packages/* run build", "packages:publish": "pnpm -r --filter=./packages/* run package:publish", "test": "vitest --coverage", "test:run": "vitest run", "up": "taze major -I", "postinstall": "npx simple-git-hooks", "sizecheck": "npx vite-bundle-visualizer" }, "devDependencies": { "@antfu/eslint-config": "^4.1.1", "@antfu/ni": "^23.3.1", "@cspell/dict-ru_ru": "^2.2.4", "@types/node": "^22.13.0", "@unocss/eslint-config": "^65.4.3", "@unocss/eslint-plugin": "^65.4.3", "bumpp": "^10.0.1", "cross-env": "^7.0.3", "eslint": "^9.19.0", "eslint-plugin-cypress": "^4.1.0", "eslint-plugin-format": "^1.0.1", "lint-staged": "^15.4.3", "rollup": "^4.34.1", "simple-git-hooks": "^2.11.1", "taze": "^18.3.1", "typescript": "~5.7.3", "unbuild": "3.0.0-rc.11", "unocss": "^65.4.3", "vite": "^6.0.11", "vite-plugin-inspect": "^10.1.0", "vitest": "^3.0.4" }, "workspaces": [ "packages/*", "docs" ], "simple-git-hooks": { "pre-commit": "pnpm lint-staged && pnpm typecheck" }, "lint-staged": { "*": "eslint --fix" } }