mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-14 00:48:06 +00:00
35 lines
1010 B
JSON
35 lines
1010 B
JSON
{
|
|
"name": "@proj-airi/testing-audio",
|
|
"type": "module",
|
|
"version": "0.11.3",
|
|
"private": true,
|
|
"description": "AIRI Web and Electron audio pipeline tests",
|
|
"author": {
|
|
"name": "Moeru AI Project AIRI Team",
|
|
"email": "airi@moeru.ai",
|
|
"url": "https://github.com/moeru-ai"
|
|
},
|
|
"license": "MIT",
|
|
"exports": "./src/index.ts",
|
|
"scripts": {
|
|
"build:targets": "pnpm -F @proj-airi/stage-web build && pnpm -F @proj-airi/stage-tamagotchi build",
|
|
"test": "vitest",
|
|
"test:run": "pnpm run build:targets && vitest run",
|
|
"test:existing-builds": "vitest run",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@moeru/std": "catalog:",
|
|
"@pnpm/find-workspace-dir": "catalog:",
|
|
"@proj-airi/stage-shared": "workspace:^",
|
|
"@proj-airi/stage-ui": "workspace:^",
|
|
"@proj-airi/vitest-plugin-fakemic": "workspace:^",
|
|
"playwright": "catalog:",
|
|
"vite": "catalog:",
|
|
"vitest": "catalog:vitest"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "catalog:"
|
|
}
|
|
}
|