{
  "name": "@andrewmcodes/prettier-config",
  "version": "3.0.0",
  "description": "Personal Prettier config for @andrewmcodes",
  "license": "MIT",
  "author": "Andrew Mason (https://andrewm.codes)",
  "homepage": "https://github.com/andrewmcodes/js-configs/tree/main/packages/prettier-config#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andrewmcodes/js-configs.git",
    "directory": "packages/prettier-config"
  },
  "bugs": "https://github.com/andrewmcodes/js-configs/issues",
  "main": "index.js",
  "exports": "./index.js",
  "files": [
    "index.js",
    "prettier.config.js",
    "CHANGELOG.md"
  ],
  "keywords": [
    "andrewmcodes",
    "config",
    "prettier",
    "prettier-config"
  ],
  "peerDependencies": {
    "prettier": ">=3.0.0"
  },
  "devDependencies": {
    "prettier": "^3"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "node --test"
  }
}