rhy
Version:
Unix Command Line Utility For Finding Rhymes
36 lines (35 loc) • 875 B
JSON
{
"name": "rhy",
"version": "1.10.0",
"description": "Unix Command Line Utility For Finding Rhymes",
"main": "index.mjs",
"bin": {
"rhy": "./cli.mjs"
},
"scripts": {
"test": "./test.mjs",
"save": "git add .; git commit -m 'New Release'; git push; npm version patch; npm publish; git push;"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fantasyui-com/rhy.git"
},
"keywords": [
"rhyme",
"poem",
"poetry"
],
"author": "fantasyui.com <fantasyui.com@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/fantasyui-com/rhy/issues"
},
"homepage": "https://github.com/fantasyui-com/rhy#readme",
"dependencies": {
"commander": "^5.1.0",
"lodash": "^4.17.15",
"most-common-words-by-language": "^2.17.7",
"natural-sort-by-key": "^2.0.2",
"rhyme": "0.0.3"
}
}