{
  "name": "sync-rules",
  "version": "5.11.5",
  "description": "CLI tool to synchronize AI coding assistant rule files between projects.",
  "keywords": [
    "ai-coding-assistant",
    "cli",
    "rules",
    "sync"
  ],
  "homepage": "https://github.com/Jercik/sync-rules#readme",
  "bugs": {
    "url": "https://github.com/Jercik/sync-rules/issues"
  },
  "license": "MIT",
  "author": "Łukasz Jerciński",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Jercik/sync-rules.git"
  },
  "bin": {
    "sync-rules": "bin/sync-rules"
  },
  "files": [
    "bin/",
    "dist/",
    "README.md",
    "LICENSE"
  ],
  "type": "module",
  "scripts": {
    "build": "tsgo -p tsconfig.app.json",
    "clean": "rm -rf dist *.tsbuildinfo",
    "format": "oxfmt --config .oxfmtrc.json .",
    "format:check": "oxfmt --check --config .oxfmtrc.json .",
    "fta": "fta-check",
    "knip": "knip",
    "lint": "oxlint --deny-warnings --report-unused-disable-directives .",
    "prepack": "pnpm run rebuild",
    "prepare": "git config core.hooksPath .githooks",
    "rebuild": "pnpm run clean && pnpm run build",
    "start": "node bin/sync-rules",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:watch": "vitest",
    "typecheck": "tsgo -b --noEmit"
  },
  "dependencies": {
    "@commander-js/extra-typings": "^14.0.0",
    "commander": "^14.0.3",
    "conf": "^15.1.0",
    "env-paths": "^4.0.0",
    "globby": "^16.2.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@total-typescript/ts-reset": "^0.6.1",
    "@types/node": "^25.6.0",
    "@typescript/native-preview": "beta",
    "@vitest/coverage-v8": "^4.1.5",
    "fta-check": "^1.5.2",
    "fta-cli": "^3.0.0",
    "knip": "^6.6.3",
    "oxfmt": "^0.46.0",
    "oxlint": "^1.61.0",
    "oxlint-config-j4k": "^2.3.0",
    "oxlint-tsgolint": "^0.22.0",
    "semantic-release": "^25.0.3",
    "vitest": "^4.1.5"
  },
  "engines": {
    "node": ">=24.0.0"
  },
  "packageManager": "pnpm@11.8.0"
}
