{
  "name": "@kong-ui-public/i18n",
  "version": "2.4.6",
  "type": "module",
  "main": "./dist/i18n.umd.js",
  "module": "./dist/i18n.es.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/i18n.es.js",
      "require": "./dist/i18n.umd.js"
    },
    "./package.json": "./package.json",
    "./dist/*": "./dist/*"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Kong/public-ui-components.git",
    "directory": "packages/core/i18n"
  },
  "homepage": "https://github.com/Kong/public-ui-components/tree/main/packages/core/i18n",
  "bugs": {
    "url": "https://github.com/Kong/public-ui-components/issues"
  },
  "author": "Kong, Inc.",
  "license": "Apache-2.0",
  "volta": {
    "extends": "../../../package.json"
  },
  "distSizeChecker": {
    "errorLimit": "300KB"
  },
  "peerDependencies": {
    "vue": ">= 3.3.13 < 4"
  },
  "dependencies": {
    "@formatjs/intl": "^2.10.15",
    "flat": "^6.0.1",
    "intl-messageformat": "^10.7.18"
  },
  "scripts": {
    "dev": "cross-env USE_SANDBOX=true vite",
    "build": "run-s typecheck build:package build:types",
    "build:package": "vite build -m production",
    "build:analyzer": "BUILD_VISUALIZER='core/i18n' vite build -m production",
    "build:types": "vue-tsc -p './tsconfig.build.json' --emitDeclarationOnly",
    "build:sandbox": "cross-env USE_SANDBOX=true vite build -m production",
    "preview": "cross-env USE_SANDBOX=true vite preview",
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "stylelint": "stylelint --allow-empty-input './src/**/*.{css,scss,sass,less,styl,vue}'",
    "stylelint:fix": "stylelint --allow-empty-input './src/**/*.{css,scss,sass,less,styl,vue}' --fix",
    "typecheck": "vue-tsc -p './tsconfig.build.json' --noEmit",
    "test:component": "BABEL_ENV=cypress cross-env FORCE_COLOR=1 cypress run --component -b chrome --spec './src/**/*.cy.ts' --project '../../../.'",
    "test:component:open": "BABEL_ENV=cypress cross-env FORCE_COLOR=1 cypress open --component -b chrome --project '../../../.'",
    "test:unit": "cross-env FORCE_COLOR=1 vitest run",
    "test:unit:open": "cross-env FORCE_COLOR=1 vitest --ui"
  }
}