{
  "name": "@teambit/harmony",
  "version": "0.4.12",
  "homepage": "https://bit.cloud/teambit/harmony/harmony",
  "main": "dist/index.js",
  "componentId": {
    "scope": "teambit.harmony",
    "name": "harmony",
    "version": "0.4.12"
  },
  "dependencies": {
    "reflect-metadata": "0.1.14",
    "cleargraph": "5.8.0",
    "comment-json": "4.2.5",
    "user-home": "3.0.0"
  },
  "devDependencies": {
    "@types/comment-json": "^2.4.5",
    "@types/jest": "26.0.20",
    "@types/node": "22.10.5"
  },
  "peerDependencies": {},
  "license": "Apache-2.0",
  "optionalDependencies": {},
  "peerDependenciesMeta": {},
  "private": false,
  "engines": {
    "node": ">=12.22.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/teambit/harmony"
  },
  "description": "abstract extension system",
  "keywords": [
    "bit",
    "bit-aspect",
    "components",
    "collaboration",
    "harmony",
    "aspects",
    "extensions"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./harmony-config": {
      "node": {
        "types": "./dist/harmony-config/index.d.ts",
        "default": "./dist/harmony-config/index.js"
      }
    },
    "./harmony-config/config-reader": {
      "node": {
        "types": "./dist/harmony-config/config-reader.d.ts",
        "default": "./dist/harmony-config/config-reader.js"
      }
    },
    "./dist/harmony-config": "./dist/harmony-config/index.js",
    "./dist/harmony-config/config-reader": "./dist/harmony-config/config-reader.js"
  }
}