{
  "name": "@open-wc/prettier-config",
  "version": "1.1.0",
  "publishConfig": {
    "access": "public"
  },
  "description": "Prettier config following open-wc recommendations",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/open-wc/open-wc.git",
    "directory": "packages/prettier-config"
  },
  "author": "open-wc",
  "homepage": "https://github.com/open-wc/open-wc/tree/master/packages/prettier-config",
  "main": "prettier.config.js",
  "scripts": {
    "prepublishOnly": "../../scripts/insert-header.js"
  },
  "keywords": [
    "prettier",
    "linting",
    "formatting",
    "config"
  ],
  "dependencies": {
    "eslint-config-prettier": "^3.3.0",
    "prettier": "^2.0.0"
  },
  "gitHead": "b77a9f4b56caad5026d2c8b4059aecc521ccaf0f"
}
