{
  "name": "@kong-ui-public/entities-shared",
  "version": "3.41.6",
  "type": "module",
  "main": "./dist/entities-shared.umd.js",
  "module": "./dist/entities-shared.es.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/entities-shared.es.js",
      "require": "./dist/entities-shared.umd.js"
    },
    "./package.json": "./package.json",
    "./dist/*": "./dist/*"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@kong/icons": "^1.48.0",
    "@kong/kongponents": "^9.52.5",
    "@shikijs/core": "^3.21.0",
    "@shikijs/engine-javascript": "^3.21.0",
    "axios": "^1.15.0",
    "shiki": "^3.21.0",
    "vue": ">= 3.3.13 < 4",
    "vue-router": "^4.6.4",
    "@kong-ui-public/i18n": "^2.4.6"
  },
  "devDependencies": {
    "@kong/design-tokens": "1.20.0",
    "@kong/icons": "^1.48.0",
    "@kong/kongponents": "9.52.5",
    "@shikijs/core": "^3.21.0",
    "@shikijs/engine-javascript": "^3.21.0",
    "axios": "^1.13.2",
    "shiki": "^3.21.0",
    "vue": "^3.5.27",
    "vue-router": "^4.6.4",
    "@kong-ui-public/i18n": "^2.4.6"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Kong/public-ui-components.git",
    "directory": "packages/entities/entities-shared"
  },
  "homepage": "https://github.com/Kong/public-ui-components/tree/main/packages/entities/entities-shared",
  "author": "Kong, Inc.",
  "license": "Apache-2.0",
  "volta": {
    "extends": "../../../package.json"
  },
  "distSizeChecker": {
    "errorLimit": "680KB"
  },
  "dependencies": {
    "compare-versions": "^6.1.1",
    "@kong-ui-public/core": "^1.11.15"
  },
  "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='entities/entities-shared' 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"
  }
}