@stdlib/datasets-cmudict-cli
Version:
The Carnegie Mellon Pronouncing Dictionary (CMUdict).
56 lines (55 loc) • 1.29 kB
JSON
{
"name": "@stdlib/datasets-cmudict-cli",
"version": "0.2.2",
"description": "The Carnegie Mellon Pronouncing Dictionary (CMUdict).",
"license": "Apache-2.0 and BSD",
"author": {
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
},
"contributors": [
{
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
}
],
"bin": {
"cmudict": "./bin/cli"
},
"homepage": "https://stdlib.io",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/datasets-cmudict.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/cli-ctor": "^0.2.2",
"@stdlib/fs-read-file": "^0.2.2",
"@stdlib/streams-node-stdout": "^0.2.2",
"@stdlib/utils-index-of": "^0.2.2",
"@stdlib/utils-keys": "^0.2.2",
"@stdlib/datasets-cmudict": "0.2.2"
},
"devDependencies": {},
"keywords": [
"stdlib",
"datasets",
"dataset",
"data",
"words",
"speech",
"language",
"nlp",
"spelling",
"pronounciation",
"dictionary",
"english",
"en"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}