@aituber-onair/core
Version:
Core library for AITuber OnAir providing voice synthesis and chat processing
41 lines (40 loc) • 1.17 kB
JSON
{
"name": "@aituber-onair/core",
"version": "0.17.1",
"description": "Core library for AITuber OnAir providing voice synthesis and chat processing",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"scripts": {
"build": "tsc --project tsconfig.json",
"typecheck": "tsc --project tsconfig.dev.json",
"test": "npm run typecheck && vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"fmt": "biome format . --write",
"fmt:check": "biome format .",
"lint": "biome lint .",
"prepublishOnly": "npm run build"
},
"keywords": ["aituber", "vtuber", "ai", "voice", "streaming"],
"author": "shinshin86 (https://github.com/shinshin86)",
"license": "MIT",
"dependencies": {
"@aituber-onair/chat": "^0.2.1",
"@aituber-onair/voice": "^0.3.0"
},
"peerDependencies": {
"@pixiv/three-vrm": "^1.0.9"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "^18.15.0",
"@vitest/coverage-v8": "^1.3.1",
"typescript": "^5.0.0",
"vitest": "^1.3.1"
},
"publishConfig": {
"access": "public"
}
}