15 lines
277 B
JSON
15 lines
277 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:",
|
|
"uncrypto": "catalog:"
|
|
}
|
|
}
|