{
  "name": "@dzhechkov/harness-core",
  "version": "0.7.5",
  "description": "Shared harness logic - skill loading, additive apply, and the init/sync/verify/doctor operations.",
  "type": "module",
  "license": "MIT",
  "author": "dzhechko",
  "keywords": [
    "agent-skills",
    "harness",
    "claude-code"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "src",
    "README.md",
    ".dz-manifest.json",
    "sbom.json"
  ],
  "dependencies": {
    "proper-lockfile": "^4.1.2",
    "yaml": "^2.0.0",
    "@dzhechkov/adapter-claude": "^0.2.2",
    "@dzhechkov/adapter-agents-md": "0.1.3",
    "@dzhechkov/adapter-codex": "^0.2.2",
    "@dzhechkov/adapter-cursor": "0.1.3",
    "@dzhechkov/adapter-copilot": "0.1.3",
    "@dzhechkov/adapter-gemini": "0.1.3",
    "@dzhechkov/adapter-openclaude": "^0.1.2",
    "@dzhechkov/adapter-opencode": "^0.2.2",
    "@dzhechkov/adapter-hermes": "^0.2.2",
    "@dzhechkov/adapter-windsurf": "0.1.3",
    "@dzhechkov/core": "0.2.17",
    "@dzhechkov/memory": "0.2.15"
  },
  "peerDependenciesMeta": {
    "@ruvector/rvf": {
      "optional": true
    }
  },
  "devDependencies": {
    "@ruvector/rvf": "^0.2.3",
    "@types/node": "^25.6.0",
    "@types/proper-lockfile": "^4.1.4",
    "typescript": "^5.7.0",
    "vitest": "^3.0.0"
  },
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/djd1m/dz-harness-hub.git",
    "directory": "packages/@dzhechkov/harness-core"
  },
  "homepage": "https://github.com/djd1m/dz-harness-hub/tree/main/packages/@dzhechkov/harness-core#readme",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "lint": "tsc -p tsconfig.json --noEmit"
  }
}