UNPKG

tts-narrator

Version:

Generate narration with Text-To-Speech technology

74 lines (73 loc) 1.8 kB
{ "name": "tts-narrator", "version": "2.5.0", "description": "Generate narration with Text-To-Speech technology", "main": "dist/index.js", "types": "dist/index.d.ts", "engines": { "node": ">=10" }, "scripts": { "pretest": "eslint . --ext .ts", "test": "nyc mocha", "prepare": "shx rm -rf dist api-docs && tsc && es-check", "preversion": "generate-api-docs-and-update-readme && ./bin/run --update-readme.md && git add README.md" }, "devDependencies": { "@handy-common-utils/dev-dependencies-mocha": "^1.5.4", "@oclif/test": "^4.0.4", "@types/av": "^0.4.4", "@types/js-yaml": "^4.0.9", "@types/lodash": "^4.14.202", "@types/prompts": "^2.4.9", "oclif": "^4.13.7" }, "dependencies": { "@handy-common-utils/misc-utils": ">=1.5.2", "av": "^0.4.9", "fast-xml-parser": "^4.3.5", "js-yaml": "^4.1.0", "lodash": "^4.17.21", "microsoft-cognitiveservices-speech-sdk": "^1.36.0", "mp3": "^0.1.0", "multi-integer-range": "^5.2.0", "murmurhash": "^2.0.1" }, "optionalDependencies": { "@handy-common-utils/oclif-utils": "^2.1.0", "chalk": "^4.1.2", "prompts": "^2.4.2", "speaker": "^0.5.5" }, "files": [ "bin", "dist" ], "bin": { "tts-narrator": "./bin/run" }, "oclif": { "bin": "tts-narrator" }, "publishConfig": { "access": "public" }, "homepage": "https://github.com/james-hu/tts-narrator#readme", "repository": { "type": "git", "url": "git+https://github.com/james-hu/tts-narrator.git" }, "keywords": [ "tts", "narrator", "narration", "slides", "pptx", "powerpoint" ], "author": "James Hu", "license": "Apache-2.0", "bugs": { "url": "https://github.com/james-hu/tts-narrator/issues" } }