eyo-kernel
Version:
Restoring the letter «ё» (yo) in russian texts
70 lines (69 loc) • 1.77 kB
JSON
{
"name": "eyo-kernel",
"description": "Restoring the letter «ё» (yo) in russian texts",
"version": "4.1.2",
"author": {
"name": "Denis Seleznev",
"email": "hcodes@yandex.ru",
"url": "https://github.com/e2yo/eyo-kernel"
},
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"typings": "./dist/index.d.ts",
"homepage": "https://github.com/e2yo/eyo-kernel",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/e2yo/eyo-kernel.git"
},
"keywords": [
"e",
"yo",
"yoficator",
"ё",
"е",
"ёфикатор",
"ёфикация"
],
"engines": {
"node": ">= 18"
},
"files": [
"dictionary",
"dist",
"LICENSE"
],
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^25.6.0",
"@typescript-eslint/eslint-plugin": "^8.59.0",
"@typescript-eslint/parser": "^8.59.0",
"del-cli": "^7.0.0",
"eslint": "^9.39.3",
"jest": "^30.3.0",
"jest-environment-jsdom": "^30.3.0",
"ts-jest": "^29.4.9",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.59.0",
"rollup": "^4.60.2",
"@rollup/plugin-typescript": "^12.3.0",
"tsc-alias": "1.8.16"
},
"scripts": {
"test": "npm run eslint && npm run jest",
"jest": "NODE_OPTIONS=--experimental-vm-modules jest ./test",
"eslint": "eslint .",
"create:dicts": "node ./tools/createDictionaries.mjs",
"clean": "del-cli ./dist/*",
"build": "npm run clean && npm run create:dicts && npm run build:bundles && tsc && tsc-alias",
"build:bundles": "rollup -c rollup.config.mjs",
"unit-test": "jest ./test",
"prepare": "npm run build"
}
}