{
  "name": "farketari",
  "version": "0.71.0",
  "description": "Feature-implementation algorithm for ATDD/DDD projects built on the nextjs-fastify stack architecture.",
  "license": "MIT",
  "author": "Redjol Resulaj",
  "type": "module",
  "bin": {
    "farketari": "dist/cli.js"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "algorithm.md",
    "bootstrap.md",
    "aggregate-design-prompt.md"
  ],
  "engines": {
    "node": ">=22.18"
  },
  "keywords": [
    "atdd",
    "tdd",
    "ddd",
    "cqrs",
    "agent",
    "orchestration",
    "code-generation",
    "gherkin"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "build": "rm -rf dist && tsc -p tsconfig.build.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm run typecheck && npm test && npm run build",
    "farketari": "tsx cli.ts",
    "drift": "tsx stack-drift.ts"
  },
  "devDependencies": {
    "@types/node": "^26.2.0",
    "tsx": "^4.23.12",
    "typescript": "^7.0.2",
    "vitest": "^4.1.10"
  },
  "dependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.3.237",
    "commander": "^15.0.0"
  }
}
