{
  "name": "@lion/localize",
  "version": "0.26.0",
  "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"
  },
  "type": "module",
  "main": "index.js",
  "module": "index.js",
  "files": [
    "*.d.ts",
    "*.js",
    "custom-elements.json",
    "docs",
    "src",
    "test",
    "test-helpers",
    "translations",
    "types"
  ],
  "scripts": {
    "debug": "cd ../../ && npm run debug -- --group localize",
    "debug:firefox": "cd ../../ && npm run debug:firefox -- --group localize",
    "debug:webkit": "cd ../../ && npm run debug:webkit -- --group localize",
    "publish-docs": "node ../../packages-node/publish-docs/src/cli.js --github-url https://github.com/ing-bank/lion/ --git-root-dir ../../ --copy-dir docs/fundamentals/systems/localize/assets",
    "prepublishOnly": "npm run publish-docs",
    "test": "cd ../../ && npm run test:browser -- --group localize"
  },
  "sideEffects": false,
  "dependencies": {
    "@bundled-es-modules/message-format": "6.0.4",
    "@lion/core": "^0.24.0",
    "singleton-manager": "^1.5.0"
  },
  "keywords": [
    "lion",
    "localize",
    "web-components"
  ],
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": "./index.js",
    "./test-helpers": "./test-helpers/index.js",
    "./docs/*": "./docs/*"
  }
}
