simple-tts/package.json

18 lines
478 B
JSON

{
"name": "simple-tts",
"private": "true",
"version": "1.0.0",
"description": "Machine learning text-to-speech for your terminal. Hear text read aloud by realistic voices, from a file or your clipboard.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.15.0",
"devDependencies": {
"husky": "^9.1.7"
}
}