Publish npm package with node-addon-api for Windows (#838)

This commit is contained in:
Fangjun Kuang
2024-05-06 16:21:29 +08:00
committed by GitHub
parent e1bb928805
commit 37a4135dd7
15 changed files with 282 additions and 75 deletions

View File

@@ -3,12 +3,12 @@
"version": "1.0.0",
"description": "Speech-to-text and text-to-speech using Next-gen Kaldi without internet connection",
"dependencies": {
"cmake-js": "^6.0.0",
"node-addon-api": "^1.1.0",
"bindings": "^1.5.0",
"perf_hooks": "*",
"node-gyp": "^8.3.0"
"perf_hooks": "*"
},
"scripts": {
"install": "cmake-js compile --log-level verbose",
"test": "node --napi-modules ./test/test_binding.js"
},
"repository": {