{
  "name": "@pengzhanbo/prettier-config",
  "type": "module",
  "version": "2.9.2",
  "author": "pengzhanbo <q942450674@outlook.com> (https://github/pengzhanbo/)",
  "license": "MIT",
  "homepage": "https://github.com/pengzhanbo/configs#readme",
  "repository": {
    "type": "git",
    "url": "git@github.com:pengzhanbo/configs.git",
    "directory": "packages/prettier-config"
  },
  "keywords": [
    "prettier-config"
  ],
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "prettier": "^3.9.6"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "tsdown src/index.ts --format esm --dts --exports --no-fixed-extension",
    "stub": "tsdown src/index.ts --format esm --no-fixed-extension"
  }
}