{
  "name": "mdredd",
  "version": "0.3.0",
  "description": "A/B test your Claude Code instruction files.",
  "keywords": [
    "ab-testing",
    "claude",
    "claude-code",
    "claude-md",
    "developer-tools",
    "llm-evaluation",
    "llm-tools",
    "prompt-engineering",
    "prompt-testing"
  ],
  "type": "module",
  "bin": {
    "mdredd": "bin/mdredd.js"
  },
  "files": [
    "bin",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/slaFFik/mdredd.git"
  },
  "homepage": "https://github.com/slaFFik/mdredd#readme",
  "bugs": {
    "url": "https://github.com/slaFFik/mdredd/issues"
  },
  "scripts": {
    "build": "npm run build:web && npm run build:server",
    "build:server": "tsc -p tsconfig.server.json && tsc-alias -p tsconfig.server.json",
    "build:web": "vite build",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "lint": "eslint .",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "dev": "concurrently -k -n server,web -c blue,magenta \"npm:dev:server\" \"npm:dev:web\"",
    "dev:server": "tsx watch src/server/index.ts",
    "dev:web": "vite",
    "start": "node dist/server/index.js",
    "test": "npm run test:judge && npm run test:preflight && npm run test:runner && npm run test:sandbox && npm run test:security && npm run test:routes && npm run test:slug",
    "test:runner": "tsx test/runner.smoke.ts",
    "test:judge": "tsx test/judge.spec.ts",
    "test:preflight": "tsx test/preflight.spec.ts",
    "test:sandbox": "tsx test/sandbox.spec.ts",
    "test:security": "tsx test/security.spec.ts",
    "test:routes": "tsx test/routes.spec.ts",
    "test:slug": "tsx test/slug.spec.ts"
  },
  "engines": {
    "node": ">=22.13.0"
  },
  "dependencies": {
    "@radix-ui/react-tooltip": "^1.2.8",
    "get-port": "^7.2.0",
    "highlight.js": "^11.11.1",
    "ignore": "^7.0.5",
    "json5": "^2.2.3",
    "open": "^11.0.0",
    "proper-lockfile": "^4.1.2",
    "react-markdown": "^10.1.0",
    "rehype-highlight": "^7.0.2",
    "remark-gfm": "^4.0.1",
    "slugify": "^1.6.9",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/node": "^25.6.2",
    "@types/proper-lockfile": "^4.1.4",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^6.0.1",
    "babel-plugin-react-compiler": "^1.0.0",
    "concurrently": "^9.2.1",
    "eslint": "^10.2.1",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-react-compiler": "^19.1.0-rc.2",
    "eslint-plugin-react-hooks": "^7.1.1",
    "eslint-plugin-react-refresh": "^0.5.2",
    "globals": "^17.5.0",
    "prettier": "^3.8.3",
    "react": "^19.2.5",
    "react-dom": "^19.2.5",
    "tsc-alias": "^1.8.16",
    "tsx": "^4.21.0",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.59.0",
    "vite": "^8.0.10"
  },
  "license": "MIT"
}
