UNPKG

@openmrs/esm-translations

Version:

O3 Framework module for translation support

49 lines 1.28 kB
{ "name": "@openmrs/esm-translations", "version": "6.3.0", "license": "MPL-2.0", "description": "O3 Framework module for translation support", "browser": "dist/openmrs-esm-translations.js", "main": "src/index.ts", "source": true, "scripts": { "test": "jest --passWithNoTests --color", "build": "webpack --mode=production", "build:development": "webpack --mode development", "analyze": "webpack --mode=production --env analyze=true", "typescript": "tsc", "lint": "eslint src --ext ts,tsx", "extract-translations": "i18next src/translations.ts --config='i18next-parser.config.mjs'" }, "keywords": [ "openmrs", "microfrontends" ], "directories": { "lib": "dist", "src": "src" }, "browserslist": [ "extends browserslist-config-openmrs" ], "repository": { "type": "git", "url": "git+https://github.com/openmrs/openmrs-esm-core.git" }, "bugs": { "url": "https://github.com/openmrs/openmrs-esm-core/issues" }, "homepage": "https://github.com/openmrs/openmrs-esm-core#readme", "publishConfig": { "access": "public" }, "devDependencies": { "i18next-parser": "^8.13.0" }, "dependencies": { "i18next": "21.10.0" }, "peerDependencies": { "i18next": "21.x" } }