{
  "name": "@newhighsco/prettier-config",
  "description": "New High Score shareable config for prettier",
  "version": "2.3.16",
  "author": "New High Score",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/newhighsco/config.git",
    "directory": "packages/prettier-config"
  },
  "homepage": "https://github.com/newhighsco/config/tree/main/packages/prettier-config#readme",
  "bugs": {
    "url": "https://github.com/newhighsco/config/issues"
  },
  "main": "prettier.config.js",
  "files": [],
  "scripts": {
    "test": "prettier --config prettier.config.js --log-level debug --check __tests__"
  },
  "devDependencies": {
    "prettier": "3.9.8"
  },
  "peerDependencies": {
    "prettier": "^3"
  }
}
