mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-01-05 21:48:52 +01:00
c306a7fd89
* 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
13 lines
226 B
JSON
13 lines
226 B
JSON
{
|
|
"name": "whisper-addon",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"author": "Qanhe Chen",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"cmake-js": "^7.1.1",
|
|
"node-addon-api": "^5.0.0"
|
|
}
|
|
}
|