mirror of
https://github.com/moeru-ai/airi.git
synced 2026-05-19 16:42:27 +00:00
64 lines
1.9 KiB
JSON
64 lines
1.9 KiB
JSON
{
|
|
"name": "airi-vtuber",
|
|
"type": "module",
|
|
"packageManager": "pnpm@9.15.4",
|
|
"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 build",
|
|
"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": "^3.14.0",
|
|
"@antfu/ni": "^23.2.0",
|
|
"@cspell/dict-ru_ru": "^2.2.4",
|
|
"@types/node": "^22.10.6",
|
|
"@unocss/eslint-config": "^65.4.0",
|
|
"@unocss/eslint-plugin": "^65.4.0",
|
|
"bumpp": "^9.10.0",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^9.18.0",
|
|
"eslint-plugin-cypress": "^4.1.0",
|
|
"eslint-plugin-format": "^1.0.1",
|
|
"lint-staged": "^15.3.0",
|
|
"pnpm": "^9.15.4",
|
|
"rollup": "^4.30.1",
|
|
"simple-git-hooks": "^2.11.1",
|
|
"taze": "^18.1.0",
|
|
"typescript": "~5.7.3",
|
|
"unbuild": "3.0.0-rc.11",
|
|
"unocss": "^65.4.0",
|
|
"vite": "^6.0.7",
|
|
"vite-plugin-inspect": "^10.0.6",
|
|
"vitest": "^2.1.8"
|
|
},
|
|
"workspaces": [
|
|
"packages/*",
|
|
"docs"
|
|
],
|
|
"simple-git-hooks": {
|
|
"pre-commit": "pnpm lint-staged && pnpm typecheck"
|
|
},
|
|
"lint-staged": {
|
|
"*": "eslint --fix"
|
|
}
|
|
}
|