UNPKG

speechkit

Version:
54 lines (53 loc) 1.09 kB
{ "name": "speechkit", "version": "0.1.0", "description": "AI-read audio for your news posts", "main": "index.js", "repository": "https://github.com/bukinoshita/speechkit.git", "author": "Bu Kinoshita <bukinoshita@gmail.com>", "license": "MIT", "scripts": { "test": "xo --quiet" }, "bin": { "speechkit": "index.js" }, "keywords": [ "speechkit", "api", "wrapper", "AI", "artificial", "intelligence", "audio", "read" ], "dependencies": { "chalk": "^2.1.0", "fs-extra": "^4.0.2", "inquirer": "^3.3.0", "meow": "^3.7.0", "save-local": "^0.0.1", "shout-error": "^0.0.2", "shout-success": "^0.0.2", "spacetime": "^1.3.3", "speechkit-js": "^0.0.1", "speechkit-state": "^0.0.2", "update-notifier": "^2.2.0" }, "devDependencies": { "eslint-config-prettier": "^2.6.0", "xo": "^0.18.2" }, "xo": { "extends": [ "prettier" ], "rules": { "no-case-declarations": 0, "no-useless-escape": 0, "camelcase": 0, "new-cap": 0 } } }