{
  "author": "Snowball Engineering Team <engineering@snowball.xyz> (https://github.com/orgs/snowball-tech)",
  "bugs": "https://github.com/snowball-tech/glacier/issues",
  "contributors": [
    "Clément PRÉVOT <clement@snowball.xyz> (https://github.com/clementprevot)"
  ],
  "dependencies": {
    "prettier": "^3.5.1",
    "prettier-plugin-organize-attributes": "^1.0.0",
    "prettier-plugin-sh": "^0.14.0",
    "prettier-plugin-tailwindcss": "^0.6.11"
  },
  "description": "Prettier config by Snowball",
  "engines": {
    "node": ">=18 <=22",
    "yarn": "^4.0.0"
  },
  "files": [
    ".prettierignore",
    ".prettierrc-tailwind.js"
  ],
  "homepage": "https://github.com/snowball-tech/glacier/tree/main/packages/prettier-config",
  "keywords": [
    "snowball",
    "prettier"
  ],
  "license": "MIT",
  "main": ".prettierrc.js",
  "name": "@snowball-tech/prettier-config",
  "packageManager": "yarn@4.6.0",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "directory": "packages/prettier-config",
    "type": "git",
    "url": "git+https://github.com/snowball-tech/glacier.git"
  },
  "scripts": {
    "check-deps": "yarn run -T depcheck --ignores='prettier-plugin-*'",
    "format": "yarn run -T prettier --cache --check .",
    "format-fix": "yarn run -T prettier --cache --write .",
    "lint": "yarn run -T eslint --cache .",
    "lint-fix": "yarn run -T eslint --cache --fix .",
    "quality": "yarn run lint && yarn run format",
    "quality-fix": "yarn run lint-fix && yarn run format-fix",
    "update-deps": "yarn run -T update-deps"
  },
  "version": "2.1.2"
}
