{
  "name": "@devflow-tools/knowledge-engine",
  "version": "0.10.0",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "build": "tsc -b",
    "test": "node ../../node_modules/.bin/vitest run",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist",
    "postinstall": "playwright install chromium || true"
  },
  "dependencies": {
    "@devflow-tools/context-engine": "^0.10.0",
    "@devflow-tools/sdk": "^0.10.0",
    "playwright": "^1.52.0",
    "turndown": "^7.2.4"
  },
  "devDependencies": {
    "@types/turndown": "^5.0.6",
    "typescript": "^5.5.0",
    "vitest": "^2.0.0"
  },
  "files": [
    "dist"
  ],
  "gitHead": "20444d2631e3d77c3b3a4c3afd9398b21d888a4f"
}
