25 lines
470 B
JSON
25 lines
470 B
JSON
{
|
|
"name": "@bytelyst/speech",
|
|
"version": "0.1.0",
|
|
"description": "Cloud-agnostic speech-to-text abstraction for the ByteLyst ecosystem",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "vitest run"
|
|
},
|
|
"peerDependencies": {},
|
|
"devDependencies": {
|
|
"typescript": "^5.7.0",
|
|
"vitest": "^3.0.0"
|
|
}
|
|
}
|