{
  "name": "@jahia/agentic",
  "version": "0.5.1",
  "description": "A CLI to bootstrap an agentic harness for Jahia",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Jahia/agentic.git"
  },
  "bin": "./dist/index.js",
  "files": [
    "dist"
  ],
  "type": "module",
  "scripts": {
    "benchmark": "node src/benchmark/index.ts",
    "build": "node src/build/index.ts",
    "build:website": "node src/benchmark/build-website.ts",
    "format": "oxfmt",
    "lint": "tsc --noEmit && oxlint"
  },
  "devDependencies": {
    "@axe-core/playwright": "^4.11.3",
    "@chachalog/types": "^0.5.1",
    "@clack/prompts": "^1.4.0",
    "@types/node": "^25.9.1",
    "lighthouse": "^13.3.0",
    "oxfmt": "^0.51.0",
    "oxlint": "^1.66.0",
    "playwright": "^1.60.0",
    "remark": "^15.0.1",
    "remark-gfm": "^4.0.1",
    "remark-github": "^12.0.0",
    "remark-html": "^16.0.1",
    "rolldown": "^1.0.1",
    "typescript": "^6.0.3"
  }
}