UNPKG

@enact/i18n

Version:

Internationalization support for Enact using iLib

66 lines (65 loc) 1.49 kB
{ "name": "@enact/i18n", "main": "./src/index.js", "version": "5.0.0", "description": "Internationalization support for Enact using iLib", "repository": { "type": "git", "url": "https://github.com/enactjs/enact.git", "directory": "packages/i18n" }, "homepage": "https://enactjs.com", "scripts": { "clean": "enact clean", "interlink": "npm link ../core", "lint": "enact lint --strict", "test": "enact test", "test-json": "enact test --json", "test-watch": "enact test --watch", "test-ui": "start-tests tests/ui/wdio.conf.js", "test-ui-docker": "start-tests tests/ui/wdio.docker.conf.js", "test-ui-tv": "start-tests tests/ui/wdio.tv.conf.js", "transpile": "enact transpile" }, "license": "Apache-2.0", "keywords": [ "internationalization", "i18n", "localization", "l10n", "globalization", "g11n", "date", "time", "format", "locale", "translation" ], "enact": { "ri": { "baseSize": 24 } }, "jest": { "collectCoverageFrom": [ "**/*.{js,jsx,ts,tsx}", "!**/*.d.ts", "!ilib/**/*" ] }, "dependencies": { "@enact/core": "^5.0.0", "prop-types": "^15.8.1", "ramda": "^0.30.1", "react": "^19.1.0", "react-dom": "^19.1.0", "xhr": "^2.6.0" }, "peerDependencies": { "ilib": "^14.20.0 || ^14.20.0-webos1" }, "devDependencies": { "@enact/ui-test-utils": "^2.0.0", "ilib": "^14.21.1" } }