{
  "name": "@mheob/prettier-config",
  "version": "3.5.0",
  "description": "My personal configuration for prettier.",
  "keywords": [
    "prettier",
    "config"
  ],
  "homepage": "https://github.com/mheob/config/tree/main/packages/prettier-config",
  "bugs": "https://github.com/mheob/config/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/mheob/config"
  },
  "license": "MIT",
  "author": "Alexander Böhm <tools@boehm.work>",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "prettier-plugin-toml": "2.0.6"
  },
  "devDependencies": {
    "eslint": "^9.39.1",
    "prettier": "^3.7.4",
    "typescript": "^5.9.3",
    "@mheob/eslint-config": "9.1.0",
    "@mheob/tsconfig": "2.2.1"
  },
  "peerDependencies": {
    "prettier": "^3.7.4"
  },
  "engines": {
    "node": ">=22.12.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
    "lint": "eslint src/**/* --fix"
  }
}