23 lines
565 B
JSON
23 lines
565 B
JSON
{
|
|
"name": "@kevisual/batch-asr",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.12.1",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@kevisual/types": "^0.0.10",
|
|
"@kevisual/video-tools": "workspace:*",
|
|
"@types/node": "^24.0.3"
|
|
},
|
|
"dependencies": {
|
|
"eventemitter3": "^5.0.1",
|
|
"natural": "^8.1.0"
|
|
}
|
|
} |