eyo
Version:
CLI for restoring the letter «ё» (yo) in russian texts
54 lines (53 loc) • 1.12 kB
JSON
{
"name": "eyo",
"description": "CLI for restoring the letter «ё» (yo) in russian texts",
"version": "6.1.1",
"author": {
"name": "Denis Seleznev",
"email": "hcodes@yandex.ru",
"url": "https://github.com/e2yo/eyo"
},
"type": "module",
"bin": {
"eyo": "./bin/eyo.mjs"
},
"homepage": "https://github.com/e2yo/eyo",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/e2yo/eyo.git"
},
"keywords": [
"yo",
"yoficator",
"ёфикатор",
"ёфикация"
],
"engines": {
"node": ">= 18.0"
},
"dependencies": {
"chalk": "^5.6.2",
"commander": "^14.0.3",
"eyo-kernel": "^4.1.1",
"glob": "^13.0.6"
},
"devDependencies": {
"eslint": "^10.2.1",
"@eslint/js": "^10.0.1",
"globals": "^17.5.0",
"jest": "^30.3.0"
},
"files": [
"bin",
"lib",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"scripts": {
"test": "npm run-script eslint && npm run-script unit-test",
"eslint": "eslint .",
"unit-test": "NODE_OPTIONS=--experimental-vm-modules jest ."
}
}