react-say
Version:
[](https://badge.fury.io/js/react-say) [](https://travis-ci.org/compulim/react-say)
56 lines (55 loc) • 1.36 kB
JSON
{
"name": "react-say",
"version": "2.1.0",
"description": "",
"keywords": [
"react",
"speak",
"speech synthesis",
"speechsynthesis",
"text to speech",
"tts",
"utterance",
"web speech",
"webspeech"
],
"author": "William Wong <compulim@hotmail.com> (http://compulim.info/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/compulim/react-say.git"
},
"bugs": {
"url": "https://github.com/compulim/react-say/issues"
},
"homepage": "https://github.com/compulim/react-say#readme",
"main": "lib/index.js",
"files": [
"lib/**/*"
],
"scripts": {
"build": "babel --out-dir lib --ignore **/*.spec.js,**/*.test.js --source-maps inline src/",
"clean": "rimraf lib",
"start": "npm run build -- --watch",
"test": "jest"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"has-resolved": "^1.1.0",
"jest": "^27.2.5"
},
"dependencies": {
"@babel/runtime": "7.15.4",
"classnames": "2.3.1",
"event-as-promise": "1.0.5",
"memoize-one": "5.2.1"
},
"peerDependencies": {
"react": ">= 16.8.6"
}
}