{
  "name": "@wefq1981/harness-toolkit",
  "version": "0.1.0",
  "description": "RD Paradigm 3.0 full-pipeline toolkit with self-built Team runtime",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "harness-rd-toolkit": "dist/cli.cjs",
    "harness-toolkit": "dist/cli.cjs"
  },
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist",
    "scripts"
  ],
  "scripts": {
    "build": "tsup && node scripts/copy-scaffold.cjs",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "lint": "tsc --noEmit && node scripts/check-telemetry-schema-sync.cjs && node scripts/check-arch-driven-overview.cjs --mode=full",
    "pack:dated": "node scripts/pack-dated.cjs"
  },
  "engines": {
    "node": ">=18"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^25.9.1",
    "@types/yaml": "^1.9.6",
    "playwright": "^1.61.1",
    "tsup": "^8.5.1",
    "typescript": "^6.0.3",
    "vitest": "^4.1.7"
  },
  "dependencies": {
    "ts-morph": "^25.0.1",
    "undici": "^7.28.0",
    "yaml": "^2.9.0"
  }
}
