mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-19 04:37:51 +00:00
58210d6a76
* node : fix compilation and update examples * node : fix readme * Update addon.node test
17 lines
285 B
JSON
17 lines
285 B
JSON
{
|
|
"name": "addon.node",
|
|
"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"
|
|
}
|
|
}
|