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