rucken
Version:
Console tools and scripts for nx and not only that I (EndyKaufman) use to automate the workflow and speed up the development process
75 lines (74 loc) • 1.7 kB
JSON
{
"name": "rucken",
"version": "4.16.1",
"description": "Console tools and scripts for nx and not only that I (EndyKaufman) use to automate the workflow and speed up the development process",
"license": "MIT",
"author": "EndyKaufman <admin@site15.ru>",
"keywords": [
"cli",
"nx",
"workspace",
"rucken",
"admin",
"extract-i18n",
"gettext",
"translate",
"make-ts-list",
"index",
"version-updater",
"env",
"replace",
"change",
"copy-paste",
"copy",
"paste"
],
"bugs": {
"url": "https://github.com/rucken/rucken/issues"
},
"homepage": "https://github.com/rucken/rucken",
"repository": {
"type": "git",
"url": "git+https://github.com/rucken/rucken.git"
},
"maintainers": [
{
"name": "EndyKaufman",
"email": "admin@site15.ru"
}
],
"bin": {
"rucken": "./index.js"
},
"dependencies": {
"commander": "11.0.0",
"glob": "11.0.0",
"tslib": "^2.3.0",
"log4js": "6.9.1",
"@nestjs/common": "9.0.0",
"@nestjs/core": "9.0.0",
"recursive-readdir": "2.2.3",
"replace-ext": "2.0.0",
"sort-paths": "1.1.1",
"fast-deep-equal": "3.1.3",
"@ngneat/transloco-keys-manager": "3.4.2",
"@ngneat/transloco-scoped-libs": "3.0.4",
"lodash.mergewith": "4.6.2",
"rxjs": "7.1.0",
"case-anything": "2.1.10",
"pluralize": "8.0.0",
"gettext-converter": "1.3.0",
"gettext-extractor": "3.8.0",
"gettext-parser": "7.0.1",
"node-gettext": "3.0.0"
},
"i18n": [
{
"scope": "rucken",
"path": "src/i18n",
"strategy": "join"
}
],
"main": "./src/index.js",
"typings": "./src/index.d.ts"
}