{ "name": "@proj-airi/pipelines-audio", "type": "module", "version": "0.8.1-beta.13", "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": "^1.0.0-alpha.10", "@moeru/std": "catalog:", "clustr": "^1.0.2" }, "devDependencies": {} }