{
  "name": "@hedgehoglab/prettier-config",
  "version": "2.1.2",
  "description": "Prettier config rules for the hedgehog lab org",
  "keywords": [
    "prettier-config",
    "prettier",
    "hedgehoglab"
  ],
  "homepage": "https://github.com/hedgehoglab-engineering/frontend-linters/tree/main/packages/prettier-config",
  "license": "ISC",
  "author": "Sam Turrell <sam.turrell@hedgehoglab.com>",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "./dist"
  ],
  "dependencies": {
    "prettier": "^3.5.3"
  },
  "devDependencies": {
    "tsup": "^8.4.0",
    "typescript": "^5.8.2"
  },
  "scripts": {
    "build": "tsup src/index.ts --format esm,cjs --clean --dts",
    "test": "tsc --noEmit"
  }
}