{
  "name": "@teambit/generator",
  "version": "1.0.971",
  "homepage": "https://bit.cloud/teambit/generator/generator",
  "main": "dist/index.js",
  "componentId": {
    "scope": "teambit.generator",
    "name": "generator",
    "version": "1.0.971"
  },
  "dependencies": {
    "camelcase": "6.2.0",
    "enquirer": "2.4.1",
    "fs-extra": "10.0.0",
    "p-map-series": "2.1.0",
    "chalk": "4.1.2",
    "graphql-tag": "2.12.1",
    "lodash": "4.17.21",
    "execa": "2.1.0",
    "@teambit/bit-error": "0.0.404",
    "@teambit/component-id": "1.2.4",
    "@teambit/logger": "0.0.1413",
    "@teambit/pkg.modules.component-package-name": "0.0.118",
    "@teambit/workspace.modules.node-modules-linker": "0.0.341",
    "@teambit/cli": "0.0.1320",
    "@teambit/harmony": "0.4.7",
    "@teambit/legacy-bit-id": "1.1.3",
    "@teambit/legacy.constants": "0.0.26",
    "@teambit/legacy.consumer-config": "0.0.111",
    "@teambit/legacy.scope": "0.0.111",
    "@teambit/git.modules.git-executable": "0.0.27",
    "@teambit/git.modules.git-ignore": "1.0.2",
    "@teambit/config": "0.0.1495",
    "@teambit/envs": "1.0.970",
    "@teambit/new-component-helper": "1.0.970",
    "@teambit/tracker": "1.0.970",
    "@teambit/workspace-config-files": "1.0.970",
    "@teambit/workspace": "1.0.970",
    "@teambit/component": "1.0.970",
    "@teambit/graphql": "1.0.970",
    "@teambit/aspect-loader": "1.0.970",
    "@teambit/deprecation": "1.0.970",
    "@teambit/git": "1.0.970",
    "@teambit/scope": "1.0.970",
    "@teambit/compiler": "1.0.970",
    "@teambit/forking": "1.0.970",
    "@teambit/host-initializer": "0.0.683",
    "@teambit/importer": "1.0.970",
    "@teambit/install": "1.0.970",
    "@teambit/ui": "1.0.970"
  },
  "devDependencies": {
    "@types/fs-extra": "9.0.7",
    "@types/lodash": "4.14.165",
    "@types/mocha": "9.1.0",
    "@teambit/generator.aspect-docs.generator": "0.0.177",
    "@teambit/harmony.envs.core-aspect-env": "0.1.4"
  },
  "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"
  ]
}