{ "name": "@lion/localize", "version": "0.14.7", "description": "The localization system helps to manage localization data split into locales and automate its loading", "license": "MIT", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", "repository": { "type": "git", "url": "https://github.com/ing-bank/lion.git", "directory": "packages/localize" }, "main": "index.js", "module": "index.js", "files": [ "*.d.ts", "*.js", "docs", "src", "test", "test-helpers", "translations", "types" ], "scripts": { "debug": "cd ../../ && yarn debug --group localize", "debug:firefox": "cd ../../ && yarn debug:firefox --group localize", "debug:webkit": "cd ../../ && yarn debug:webkit --group localize", "prepublishOnly": "../../scripts/npm-prepublish.js", "test": "cd ../../ && yarn test:browser --group localize" }, "sideEffects": false, "dependencies": { "@bundled-es-modules/message-format": "6.0.4", "@lion/core": "0.13.2", "singleton-manager": "1.1.2" }, "devDependencies": { "@bundled-es-modules/fetch-mock": "^6.5.2" }, "keywords": [ "lion", "localize", "web-components" ], "publishConfig": { "access": "public" } }