{
  "name": "@teambit/application",
  "version": "1.0.1035",
  "homepage": "https://bit.cloud/teambit/harmony/application",
  "main": "dist/index.js",
  "componentId": {
    "scope": "teambit.harmony",
    "name": "application",
    "version": "1.0.1035"
  },
  "dependencies": {
    "chalk": "4.1.2",
    "lodash": "4.17.21",
    "p-map-series": "2.1.0",
    "open": "8.4.2",
    "@teambit/lane-id": "0.0.312",
    "@teambit/harmony": "0.4.11",
    "@teambit/bit-error": "0.0.404",
    "@teambit/cli-table": "0.0.50",
    "@teambit/builder": "1.0.1035",
    "@teambit/component": "1.0.1035",
    "@teambit/isolator": "1.0.1035",
    "@teambit/envs": "1.0.1035",
    "@teambit/logger": "0.0.1436",
    "@teambit/aspect-loader": "1.0.1035",
    "@teambit/cli": "0.0.1343",
    "@teambit/scope": "1.0.1035",
    "@teambit/watcher": "1.0.1035",
    "@teambit/workspace": "1.0.1035"
  },
  "devDependencies": {
    "@types/lodash": "4.14.165",
    "@types/mocha": "9.1.0",
    "@teambit/harmony.envs.core-aspect-env": "0.1.7"
  },
  "peerDependencies": {
    "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "@types/react": "^19.0.0"
  },
  "license": "Apache-2.0",
  "optionalDependencies": {},
  "peerDependenciesMeta": {},
  "exports": {
    ".": {
      "types": "./index.ts",
      "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"
  ]
}