{
  "name": "@teambit/global-config",
  "version": "0.0.1381",
  "homepage": "https://bit.cloud/teambit/harmony/global-config",
  "main": "dist/index.js",
  "componentId": {
    "scope": "teambit.harmony",
    "name": "global-config",
    "version": "0.0.1381"
  },
  "dependencies": {
    "chalk": "4.1.2",
    "pad-right": "0.2.2",
    "cli-table": "0.3.6",
    "lodash": "4.17.21",
    "fs-extra": "10.0.0",
    "@teambit/harmony": "0.4.12",
    "@teambit/bit-error": "0.0.404",
    "@teambit/cli": "0.0.1377",
    "@teambit/config-store": "0.0.258",
    "@teambit/legacy.constants": "0.0.42",
    "@teambit/legacy.scope": "0.0.150",
    "@teambit/scope.remotes": "0.0.150"
  },
  "devDependencies": {
    "@types/cli-table": "^0.3.0",
    "@types/lodash": "4.14.165",
    "@types/fs-extra": "9.0.7",
    "@types/mocha": "9.1.0",
    "@teambit/harmony.envs.core-aspect-env": "2.0.7"
  },
  "peerDependencies": {
    "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "license": "Apache-2.0",
  "optionalDependencies": {},
  "peerDependenciesMeta": {},
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "node": {
        "require": "./dist/index.js",
        "import": "./dist/esm.mjs"
      },
      "default": "./dist/index.js"
    },
    "./dist/*": "./dist/*",
    "./artifacts/*": "./artifacts/*"
  },
  "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"
  ]
}