react-say-fork
Version:
# Goal and TODOs * Add Typescript support * Make compononents style-customizable
54 lines (53 loc) • 1.15 kB
JSON
{
"name": "react-say-fork",
"version": "2.0.5",
"description": "",
"keywords": [
"react",
"speak",
"speech synthesis",
"speechsynthesis",
"text to speech",
"tts",
"utterance",
"web speech",
"webspeech"
],
"authors": [
"William Wong <compulim@hotmail.com> (http://compulim.info/)",
"Roberto Rossini (https://github.com/roxennnn)"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/roxennnn/react-say-fork"
},
"bugs": {
"url": "https://github.com/roxennnn/react-say-fork/issues"
},
"homepage": "https://github.com/roxennnn/react-say-fork#readme",
"main": "lib/index.js",
"files": [
"lib/**/*"
],
"scripts": {
"build": "tsc",
"clean": "rimraf lib",
"start": "npm run build -- --watch",
"test": "jest"
},
"devDependencies": {
"has-resolved": "^1.1.0",
"react": "^17.0.2",
"typescript": "^4.6.2"
},
"dependencies": {
"classnames": "2.3.1",
"event-as-promise": "1.0.5",
"memoize-one": "5.2.1",
"source-map-loader": "^3.0.1"
},
"peerDependencies": {
"react": ">= 16.8.6"
}
}