UNPKG

@rxap/plugin-localazy

Version:

This package provides executors and generators for integrating Localazy, a translation management platform, into Nx workspaces. It allows for downloading and uploading translations, managing configuration, and initializing Localazy within a project. The p

55 lines (54 loc) 1.76 kB
{ "version": "20.1.0", "name": "@rxap/plugin-localazy", "description": "This package provides executors and generators for integrating Localazy, a translation management platform, into Nx workspaces. It allows for downloading and uploading translations, managing configuration, and initializing Localazy within a project. The plugin simplifies the process of localizing applications by automating common tasks related to translation management.\n", "license": "GPL-3.0-or-later", "dependencies": { "@nx/devkit": "20.5.0", "@rxap/plugin-utilities": "^20.0.4", "@rxap/workspace-utilities": "^19.8.0", "tslib": "2.6.2" }, "author": { "name": "Merzough Münker", "email": "mmuenker@digitaix.com" }, "bugs": { "url": "https://gitlab.com/rxap/packages/-/issues", "email": "incoming+rxap-packages-14898188-issue-@incoming.gitlab.com" }, "executors": "./executors.json", "generators": "./generators.json", "homepage": "https:/gitlab.com/rxap/packages/packages/plugin/localazy", "keywords": [ "localazy", "nx", "nx-plugin", "packages", "plugin", "plugin-localazy", "rxap" ], "publishConfig": { "access": "public", "directory": "../../../dist/packages/plugin/localazy" }, "repository": { "type": "git", "url": "https://gitlab.com/rxap/packages.git", "directory": "packages/plugin/localazy" }, "schematics": "./generators.json", "type": "commonjs", "gitHead": "3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa", "exports": { "./package.json": "./package.json", ".": { "types": "./src/index.d.ts", "default": "./src/index.js" }, "./plugin": "./src/plugin.js" }, "types": "./src/index.d.ts", "main": "./src/index.js" }