{
  "name": "@atlaskit/icon-priority",
  "version": "6.3.3",
  "description": "A priority icon is used in Jira to determine relative importance.",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
  "author": "Atlassian Pty Ltd",
  "license": "Apache-2.0",
  "atlaskit:src": "src/index.tsx",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "module:es2019": "dist/es2019/index.js",
  "types": "dist/types/index.d.ts",
  "sideEffects": false,
  "atlassian": {
    "team": "Design System Team",
    "releaseModel": "scheduled",
    "website": {
      "name": "Icon Priority",
      "deprecated": "@atlaskit/icon-priority has been deprecated due to limited usage across Cloud products. It will be deleted after 21 April 2022. If you depend on @atlaskit/icon-priority we recommend self-managing the assets.",
      "category": "Components"
    }
  },
  "af:exports": {
    "./metadata": "./src/entry-points/metadata.tsx",
    "./glyph": "./glyph",
    ".": "./src/index.tsx"
  },
  "scripts": {
    "build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
  },
  "dependencies": {
    "@atlaskit/ds-lib": "^2.1.0",
    "@atlaskit/icon": "^21.10.0",
    "@babel/runtime": "^7.0.0"
  },
  "peerDependencies": {
    "react": "^16.8.0"
  },
  "devDependencies": {
    "@af/icon-build-process": "^0.3.0",
    "@atlaskit/button": "^16.3.0",
    "@atlaskit/docs": "*",
    "@atlaskit/modal-dialog": "^12.2.0",
    "@atlaskit/section-message": "^6.0.0",
    "@atlaskit/ssr": "*",
    "@atlaskit/textfield": "^5.0.0",
    "@atlaskit/theme": "^12.1.0",
    "@atlaskit/tooltip": "^17.5.0",
    "@atlaskit/visual-regression": "*",
    "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
    "@emotion/styled": "^10.0.7",
    "enzyme": "^3.10.0",
    "fs-extra": "^4.0.2",
    "jscodeshift": "^0.13.0",
    "pkg-dir": "^4.2.0",
    "react-dom": "^16.8.0",
    "ts-node": "^10.0.0",
    "wait-for-expect": "^1.2.0"
  },
  "keywords": [
    "atlaskit",
    "ui"
  ],
  "techstack": {
    "@repo/internal": {
      "design-system": "v1",
      "dom-events": "use-bind-event-listener",
      "theming": "tokens",
      "styling": [
        "static"
      ]
    }
  },
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
}
