mirror of
https://github.com/wahyd4/say-it.git
synced 2026-08-09 05:06:41 +10:00
37 lines
777 B
JSON
37 lines
777 B
JSON
{
|
|
"name": "say-it",
|
|
"version": "0.1.7",
|
|
"description": "Read the text you typed in command line by using Baidu tts.",
|
|
"main": "say-it.js",
|
|
"bin": {
|
|
"say-it": "./say-it.js"
|
|
},
|
|
"scripts": {
|
|
"test": "test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/wahyd4/say-it.git"
|
|
},
|
|
"keywords": [
|
|
"tts",
|
|
"command"
|
|
],
|
|
"author": "Junv",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/wahyd4/say-it/issues"
|
|
},
|
|
"homepage": "https://github.com/wahyd4/say-it#readme",
|
|
"dependencies": {
|
|
"chalk": "^1.1.3",
|
|
"charm": "^1.0.2",
|
|
"commander": "^2.9.0",
|
|
"inquirer": "^3.0.6",
|
|
"lodash": "^4.17.4",
|
|
"play-sound": "^1.1.1",
|
|
"request": "^2.81.0",
|
|
"update-notifier": "^2.2.0"
|
|
}
|
|
}
|