{
  "name": "@1stg/prettier-config",
  "version": "5.4.0",
  "type": "module",
  "description": "Personal but Shareable Prettier Configuration for all 1stG.me projects",
  "repository": "git+https://github.com/1stG/configs.git",
  "homepage": "https://github.com/1stG/configs/tree/master/packages/prettier-config",
  "author": "JounQin <admin@1stg.me> (https://www.1stG.me)",
  "funding": "https://opencollective.com/configs",
  "license": "MIT",
  "engines": {
    "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  },
  "main": "./index.js",
  "exports": {
    ".": "./index.js",
    "./package.json": "./package.json",
    "./next": "./next.js",
    "./quote": "./quote.js",
    "./vue": "./vue.js",
    "./angular": "./angular.js",
    "./semi": "./semi/index.js",
    "./semi/next": "./semi/next.js",
    "./semi/quote": "./semi/quote.js",
    "./semi/vue": "./semi/vue.js"
  },
  "peerDependencies": {
    "prettier": "^3.0.0"
  },
  "dependencies": {
    "@1stg/config": "^1.2.1",
    "@prettier/plugin-pug": "^3.4.2",
    "@prettier/plugin-ruby": "^4.0.4",
    "@prettier/plugin-xml": "^3.4.2",
    "prettier-plugin-go-template": "^0.0.15",
    "prettier-plugin-ini": "^1.3.0",
    "prettier-plugin-jsdoc": "^1.8.1",
    "prettier-plugin-jsdoc-type": "^0.2.0",
    "prettier-plugin-pkg": "^0.22.1",
    "prettier-plugin-properties": "^0.3.1",
    "prettier-plugin-sh": "^0.18.1",
    "prettier-plugin-stylus": "^0.1.0",
    "prettier-plugin-toml": "^2.0.6"
  },
  "publishConfig": {
    "access": "public"
  }
}
