Fix building node-addon package (#1598)

This commit is contained in:
Fangjun Kuang
2024-12-06 10:11:18 +08:00
committed by GitHub
parent 9352ccf7d5
commit 84821b1f99
3 changed files with 5 additions and 5 deletions

View File

@@ -3,8 +3,8 @@
"version": "1.0.0",
"description": "Speech-to-text, text-to-speech, and speaker diarization using Next-gen Kaldi without internet connection",
"dependencies": {
"cmake-js": "^6.0.0",
"node-addon-api": "^1.1.0",
"cmake-js": "^7.0.0",
"node-addon-api": "^8.3.0",
"perf_hooks": "*"
},
"scripts": {