{
  "name": "@lego/prettier-config",
  "version": "6.1.2",
  "description": "LEGO shareable prettier config",
  "keywords": [
    "lego",
    "prettier"
  ],
  "homepage": "https://github.com/LEGO/linter-configs#readme",
  "bugs": {
    "url": "https://github.com/LEGO/linter-configs/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LEGO/linter-configs.git"
  },
  "license": "MIT",
  "author": "Vincent Briglia <vincent.briglia@lego.com>",
  "main": "lib/cjs/index.js",
  "types": "lib/types/index.d.ts",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "build": "yarn clean && yarn build:cjs",
    "build:cjs": "tsc --outDir lib/cjs --declarationDir lib/types",
    "clean": "rimraf ./lib *.tsbuildinfo",
    "compile": "tsc -b ./tsconfig.json --verbose",
    "lint": "eslint src --ext .ts,.tsx --ignore-path ../../.eslintignore",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "prettier": "2.3.2"
  },
  "devDependencies": {
    "@types/node": "16.7.1",
    "@types/prettier": "2.3.2",
    "rimraf": "3.0.2",
    "typescript": "4.3.5"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "d7a6a570eef0139e6db38379598e60655547c7bf"
}
