{
  "name": "devrites",
  "version": "5.12.0",
  "description": "DevRites: a disciplined senior-engineer workflow pack for Claude Code, Codex, omp, pi, and Devin CLI",
  "license": "SEE LICENSE IN LICENSE",
  "homepage": "https://github.com/ViktorsBaikers/DevRites#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ViktorsBaikers/DevRites.git"
  },
  "bugs": {
    "url": "https://github.com/ViktorsBaikers/DevRites/issues"
  },
  "keywords": [
    "claude-code",
    "codex",
    "devin-cli",
    "skills",
    "agent-skills",
    "workflow",
    "senior-engineer",
    "spec-driven",
    "tdd",
    "code-review",
    "anti-slop",
    "devrites"
  ],
  "bin": {
    "devrites": "bin/devrites.mjs"
  },
  "files": [
    "bin/",
    "engine/",
    "!engine/devrites-engine",
    "!engine/devrites-engine.exe",
    "pack/",
    "scripts/build-host-artifacts.sh",
    "scripts/codex-generate.sh",
    "scripts/omp-generate.sh",
    "scripts/pi-generate.sh",
    "scripts/devin-generate.sh",
    "scripts/install-lib.sh",
    "install.sh",
    "uninstall.sh",
    "update.sh",
    "docs/",
    "!docs/internal/",
    "README.md",
    "LICENSE",
    "SECURITY.md",
    "NOTICE.md",
    "CHANGELOG.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "prepare": "husky || true",
    "prepack": "bash scripts/build-host-artifacts.sh",
    "commitlint": "commitlint --edit",
    "validate": "bash scripts/validate.sh",
    "test": "node scripts/run-tests.mjs",
    "test:fast": "node scripts/run-tests.mjs --fast",
    "test:parallel": "node scripts/run-tests.mjs",
    "test:serial": "node scripts/run-tests.mjs --serial",
    "audit": "node scripts/check-npm-audit.mjs",
    "size:baseline": "node scripts/check-instruction-size-baseline.mjs --write",
    "release": "semantic-release",
    "release:dry": "semantic-release --dry-run --no-ci"
  },
  "devDependencies": {
    "@commitlint/cli": "^21.0.2",
    "@commitlint/config-conventional": "^21.0.2",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/exec": "^7.1.0",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/npm": "^13.1.5",
    "conventional-changelog-conventionalcommits": "^9.3.1",
    "husky": "^9.1.7",
    "semantic-release": "^25.0.5"
  },
  "overrides": {
    "@semantic-release/npm": {
      "npm": "11.19.1"
    },
    "fast-uri": "3.1.6",
    "js-yaml": "4.3.2"
  }
}
