Files
airi/packages/pipelines-audio/package.json
T
2026-07-19 04:03:59 +08:00

44 lines
1013 B
JSON

{
"name": "@proj-airi/pipelines-audio",
"type": "module",
"version": "0.11.3",
"private": true,
"description": "Audio pipeline orchestration for AIRI (capture, VAD, encode, stream)",
"author": {
"name": "Moeru AI Project AIRI Team",
"email": "airi@moeru.ai",
"url": "https://github.com/moeru-ai"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/moeru-ai/airi.git",
"directory": "packages/pipelines-audio"
},
"exports": {
".": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}
},
"main": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"files": [
"README.md",
"dist",
"package.json"
],
"scripts": {
"build": "tsdown",
"typecheck": "tsc --noEmit",
"test": "vitest",
"test:run": "vitest run --config vitest.config.ts"
},
"dependencies": {
"@moeru/eventa": "catalog:",
"@moeru/std": "catalog:",
"clustr": "catalog:"
},
"devDependencies": {}
}