UNPKG

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

94 lines 2.15 kB
{ "main": "./src/index.js", "module": "./src/index.js", "types": "./src/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "types": "./src/index.d.ts", "import": "./src/index.js", "default": "./src/index.js" } }, "files": [ "src", "dist", "!**/*.tsbuildinfo" ], "name": "rucken", "devDependencies": { "@nestjs/testing": "^11.1.23" }, "version": "4.18.0", "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": { "@nestjs/common": "^11.1.23", "@nestjs/core": "^11.1.23", "@nestjs/platform-express": "^11.1.23", "reflect-metadata": "^0.2.2", "rxjs": "^7.8.0", "tslib": "^2.3.0", "commander": "^14.0.3", "glob": "^13.0.6", "log4js": "6.9.1", "recursive-readdir": "2.2.3", "replace-ext": "2.0.0", "sort-paths": "1.1.1", "fast-deep-equal": "3.1.3", "@jsverse/transloco-keys-manager": "^8.1.0", "@endykaufman/transloco-scoped-libs": "^800.300.100", "lodash.mergewith": "4.6.2", "case-anything": "^2.1.10", "pluralize": "8.0.0", "gettext-converter": "1.3.2", "gettext-extractor": "4.0.6", "gettext-parser": "9.0.2", "node-gettext": "3.0.1" }, "i18n": [ { "scope": "rucken", "path": "src/i18n", "strategy": "join" } ], "type": "commonjs" }