Files
moeka-project/packages/pipelines-audio/package.json
T
2026-03-29 02:44:08 +08:00

42 lines
941 B
JSON

{
"name": "@proj-airi/pipelines-audio",
"type": "module",
"version": "0.9.0-alpha.32",
"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"
},
"dependencies": {
"@moeru/eventa": "catalog:",
"@moeru/std": "catalog:",
"clustr": "^1.0.2"
},
"devDependencies": {}
}