initial commit
This commit is contained in:
26
nodejs/package.json
Normal file
26
nodejs/package.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "tts-onnx-nodejs",
|
||||
"version": "1.0.0",
|
||||
"description": "TTS inference using ONNX Runtime for Node.js",
|
||||
"main": "example_onnx.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "node example_onnx.js"
|
||||
},
|
||||
"keywords": [
|
||||
"tts",
|
||||
"onnx",
|
||||
"speech-synthesis",
|
||||
"nodejs"
|
||||
],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"fft.js": "^4.0.3",
|
||||
"js-yaml": "^4.1.0",
|
||||
"onnxruntime-node": "^1.19.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user