Files
moeka-project/packages/audio-pipelines-transcribe/package.json
T

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:"
}
}