{
  "name": "repository-check-dirty",
  "version": "12.1.1",
  "description": "check that a git repository is not dirty",
  "keywords": [],
  "homepage": "https://github.com/christophehurpeau/pob",
  "bugs": {
    "url": "https://github.com/christophehurpeau/pob/issues"
  },
  "license": "ISC",
  "author": "Christophe Hurpeau <christophe@hurpeau.com> (http://christophe.hurpeau.com/)",
  "repository": {
    "type": "git",
    "url": "https://github.com/christophehurpeau/pob.git",
    "directory": "packages/repository-check-dirty"
  },
  "files": [
    "lib",
    "bin"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "./lib/index.js",
  "exports": {
    ".": "./lib/index.js",
    "./bin/repository-check-dirty.js": "./bin/repository-check-dirty.js",
    "./package.json": "./package.json"
  },
  "engines": {
    "node": ">=22.18.0"
  },
  "pob": {},
  "scripts": {
    "lint": "pnpm run lint:eslint",
    "lint:eslint": "pnpm run --dir '../..' eslint --quiet 'packages/repository-check-dirty'"
  },
  "bin": {
    "repository-check-dirty": "./bin/repository-check-dirty.js"
  }
}