lingva-tts/package.json

20 lines
375 B
JSON
Raw Normal View History

2023-02-11 23:08:50 +08:00
{
"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": ""
}