{
  "name": "@teambit/bundler",
  "version": "1.0.991",
  "homepage": "https://bit.cloud/teambit/compilation/bundler",
  "main": "dist/index.js",
  "componentId": {
    "scope": "teambit.compilation",
    "name": "bundler",
    "version": "1.0.991"
  },
  "dependencies": {
    "chalk": "4.1.2",
    "cli-highlight": "2.1.9",
    "lodash": "4.17.21",
    "p-map-series": "2.1.0",
    "@teambit/harmony": "0.4.7",
    "@teambit/cli": "0.0.1325",
    "@teambit/legacy.bit-map": "0.0.173",
    "@teambit/toolbox.path.path": "0.0.16",
    "@teambit/toolbox.network.get-port": "1.0.20",
    "@teambit/envs": "1.0.991",
    "@teambit/builder": "1.0.991",
    "@teambit/component": "1.0.991",
    "@teambit/dependency-resolver": "1.0.991",
    "@teambit/graphql": "1.0.991",
    "@teambit/pubsub": "1.0.991"
  },
  "devDependencies": {
    "@types/lodash": "4.14.165",
    "@types/mocha": "9.1.0",
    "@teambit/harmony.envs.core-aspect-env": "0.1.4"
  },
  "peerDependencies": {
    "@apollo/client": "^3.6.0",
    "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"
  ]
}