{
  "name": "@teambit/command-bar",
  "version": "1.0.947",
  "homepage": "https://bit.cloud/teambit/explorer/command-bar",
  "main": "dist/index.js",
  "componentId": {
    "scope": "teambit.explorer",
    "name": "command-bar",
    "version": "1.0.947"
  },
  "dependencies": {
    "lodash.flatten": "4.4.0",
    "mousetrap": "1.6.5",
    "is-primitive": "3.0.1",
    "classnames": "^2.5.1",
    "@teambit/harmony": "0.4.7",
    "@teambit/design.buttons.action-button": "0.0.4",
    "@teambit/ui-foundation.ui.is-browser": "0.0.500",
    "@teambit/explorer.ui.command-bar": "2.0.19",
    "@teambit/bit-error": "0.0.404",
    "@teambit/base-ui.text.muted-text": "1.0.3",
    "@teambit/design.ui.styles.ellipsis": "0.0.357",
    "@teambit/ui-foundation.ui.keycap": "0.0.500",
    "@teambit/pubsub": "1.0.947",
    "@teambit/react-router": "1.0.947",
    "@teambit/ui": "1.0.947"
  },
  "devDependencies": {
    "@types/lodash.flatten": "4.4.6",
    "@types/mousetrap": "1.6.5",
    "@types/classnames": "^2.3.4",
    "@types/mocha": "9.1.0",
    "@teambit/harmony.envs.core-aspect-env": "0.1.4",
    "@teambit/preview": "1.0.947"
  },
  "peerDependencies": {
    "react": "^17.0.0 || ^18.0.0",
    "@types/react": "^17.0.73"
  },
  "license": "Apache-2.0",
  "optionalDependencies": {},
  "peerDependenciesMeta": {},
  "exports": {
    ".": {
      "node": {
        "require": "./dist/index.js",
        "import": "./dist/esm.mjs"
      },
      "default": "./dist/index.js"
    },
    "./dist/*": "./dist/*",
    "./artifacts/*": "./artifacts/*",
    "./*": "./*.ts"
  },
  "private": false,
  "engines": {
    "node": ">=16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/teambit/bit"
  },
  "keywords": [
    "bit",
    "bit-aspect",
    "bit-core-aspect",
    "components",
    "collaboration",
    "web"
  ]
}