--------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by-agent: Codex
16 lines
316 B
JSON
16 lines
316 B
JSON
{
|
|
"name": "@proj-airi/audio-pipelines-transcribe",
|
|
"type": "module",
|
|
"private": true,
|
|
"exports": "./src/index.ts",
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"test:run": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@moeru/std": "catalog:",
|
|
"@proj-airi/audio": "workspace:^",
|
|
"uncrypto": "catalog:"
|
|
}
|
|
}
|