eyo
Version:
CLI for restoring the letter «ё» (yo) in russian texts
56 lines (55 loc) • 1.17 kB
JSON
{
"name": "eyo",
"description": "CLI for restoring the letter «ё» (yo) in russian texts",
"version": "5.0.0",
"author": {
"name": "Denis Seleznev",
"email": "hcodes@yandex.ru",
"url": "https://github.com/e2yo/eyo"
},
"bin": {
"eyo": "./bin/cli.js"
},
"homepage": "https://github.com/e2yo/eyo",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/e2yo/eyo.git"
},
"keywords": [
"yo",
"yoficator",
"ёфикатор",
"ёфикация"
],
"engines": {
"node": ">= 10.0"
},
"dependencies": {
"chalk": "^4.0.0",
"charset": "^1.0.1",
"commander": "^5.0.0",
"exit": "^0.1.2",
"eyo-kernel": "^2.5.6",
"glob": "^7.1.6",
"iconv-lite": "^0.5.1",
"isutf8": "^2.1.0",
"node-fetch": "^2.6.0"
},
"files": [
"bin",
"LICENSE"
],
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.8.0",
"mocha": "^7.1.1",
"nyc": "^14.1.1"
},
"scripts": {
"test": "npm run-script eslint && npm run-script unit-test-coverage",
"eslint": "eslint .",
"unit-test": "mocha",
"unit-test-coverage": "nyc mocha"
}
}