lingva-tts/package.json
2023-02-12 15:56:46 +08:00

20 lines
375 B
JSON

{
"dependencies": {
"command-line-args": "^5.2.1",
"node-fetch": "^3.3.0",
"web-audio-api": "^0.2.2"
},
"name": "lingva-tts",
"version": "1.0.0",
"main": "./index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"lingva-tts": "./index.mjs"
},
"author": "",
"license": "ISC",
"description": ""
}