{
  "name": "@kong-ui-public/entities-consumer-groups",
  "version": "4.5.34",
  "type": "module",
  "main": "./dist/entities-consumer-groups.umd.js",
  "module": "./dist/entities-consumer-groups.es.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/entities-consumer-groups.es.js",
      "require": "./dist/entities-consumer-groups.umd.js"
    },
    "./package.json": "./package.json",
    "./dist/*": "./dist/*"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@kong/icons": "^1.58.0",
    "@kong/kongponents": "^9.59.0",
    "axios": "^1.16.1",
    "vue": ">= 3.3.13 < 4",
    "vue-router": "^4.6.4 || ^5.0.6",
    "@kong-ui-public/entities-shared": "^3.53.1",
    "@kong-ui-public/i18n": "^2.4.6"
  },
  "devDependencies": {
    "@kong/design-tokens": "2.0.1",
    "@kong/icons": "^1.59.1",
    "@kong/kongponents": "9.60.6",
    "axios": "^1.17.0",
    "vue": "^3.5.35",
    "vue-router": "^5.1.0",
    "@kong-ui-public/entities-shared": "^3.53.1",
    "@kong-ui-public/i18n": "^2.4.6"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Kong/public-ui-components.git",
    "directory": "packages/entities/entities-consumer-groups"
  },
  "homepage": "https://github.com/Kong/public-ui-components/tree/main/packages/entities/entities-consumer-groups",
  "author": "Kong, Inc.",
  "license": "Apache-2.0",
  "volta": {
    "extends": "../../../package.json"
  },
  "distSizeChecker": {
    "errorLimit": "500KB"
  },
  "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-consumer-groups' 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"
  }
}