{
  "name": "@pob/root",
  "version": "27.5.0",
  "description": "root package",
  "keywords": [],
  "homepage": "https://github.com/christophehurpeau/pob",
  "bugs": {
    "url": "https://github.com/christophehurpeau/pob/issues"
  },
  "license": "ISC",
  "author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
  "repository": {
    "type": "git",
    "url": "https://github.com/christophehurpeau/pob.git",
    "directory": "@pob/root"
  },
  "bin": {
    "oxfmt": "./bin/oxfmt.cjs",
    "pob-check-commit-msg": "./bin/pob-check-commit-msg.js",
    "pob-claude-run-lint-staged": "./bin/pob-claude-run-lint-staged.js",
    "pob-root-lint-staged": "./bin/pob-root-lint-staged.js",
    "pob-root-postinstall": "./bin/pob-root-postinstall.js",
    "pob-version": "./bin/pob-version.js",
    "repository-check-dirty": "./bin/repository-check-dirty.js",
    "yarn-version": "./bin/pob-version.js"
  },
  "files": [
    "lib",
    "bin",
    "createLintStagedConfig.js",
    "oxfmt.js",
    "tsconfigs"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "./lib/index.js",
  "exports": {
    ".": "./lib/index.js",
    "./createLintStagedConfig": "./createLintStagedConfig.js",
    "./createLintStagedConfig.js": "./createLintStagedConfig.js",
    "./oxfmt": "./oxfmt.js",
    "./oxfmt.js": "./oxfmt.js",
    "./tsconfigs/base.json": "./tsconfigs/base.json",
    "./tsconfigs/strict.json": "./tsconfigs/strict.json",
    "./tsconfigs/targets/esbuild-node-22.json": "./tsconfigs/targets/esbuild-node-22.json",
    "./tsconfigs/targets/esbuild-node-24.json": "./tsconfigs/targets/esbuild-node-24.json",
    "./tsconfigs/targets/node-22.json": "./tsconfigs/targets/node-22.json",
    "./tsconfigs/targets/node-24.json": "./tsconfigs/targets/node-22.json",
    "./tsconfigs/targets/rollup-babel.json": "./tsconfigs/targets/rollup-babel.json",
    "./tsconfigs/targets/rollup-babel-with-dom.json": "./tsconfigs/targets/rollup-babel-with-dom.json",
    "./tsconfigs/targets/rollup-es2015.json": "./tsconfigs/targets/rollup-es2015.json",
    "./tsconfigs/targets/rollup-es2015-with-dom.json": "./tsconfigs/targets/rollup-es2015-with-dom.json",
    "./tsconfigs/targets/vite.json": "./tsconfigs/targets/vite.json",
    "./tsconfigs/targets/webpack.json": "./tsconfigs/targets/webpack.json",
    "./tsconfigs/targets/expo.json": "./tsconfigs/targets/expo.json",
    "./tsconfigs/targets/rollup-node-22.json": "./tsconfigs/targets/rollup-node-22.json",
    "./tsconfigs/targets/rollup-node-24.json": "./tsconfigs/targets/rollup-node-24.json",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@commitlint/format": "21.0.1",
    "@commitlint/lint": "21.0.2",
    "@commitlint/types": "21.0.1",
    "conventional-changelog-conventionalcommits": "^9.1.0",
    "conventional-changelog-writer": "^8.2.0",
    "conventional-commits-parser": "^6.2.1",
    "json5": "^2.2.3",
    "lint-staged": "17.3.0",
    "oxfmt": "0.54.0",
    "picomatch": "^4.0.5",
    "semver": "^7.7.3",
    "@pob/version": "6.0.1",
    "pob-dependencies": "27.4.0"
  },
  "engines": {
    "node": ">=22.18.0"
  },
  "pob": {},
  "scripts": {
    "lint": "pnpm run lint:eslint",
    "lint:eslint": "pnpm run --dir '../..' eslint --quiet '@pob/root'"
  }
}