forked from extern/whisper.cpp
ab1916fc59
* addon: implement node addon call whisper through cpp * addon: modify the license to MIT * addon: remove iostream * addon: rename dir * addon: fix typo * addon: configure cmake to build when cmake-js is used * ci: add addon.node test ci * addon: remove build WHISPER_BUILD_TESTS * addon: update build command * addon: add test * addon: add test file * addon: adapt to compile on Windows * addon: fix typo * addon: reuse jfk.wav Co-authored-by: Georgi Gerganov <ggerganov@gmail.com> * addon: reuse jfk.wav --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
17 lines
288 B
JSON
17 lines
288 B
JSON
{
|
|
"name": "whisper-addon",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"author": "Qanhe Chen",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"cmake-js": "^7.1.1",
|
|
"jest": "^29.4.0",
|
|
"node-addon-api": "^5.0.0"
|
|
}
|
|
}
|