{
  "name": "tslint-config-common",
  "version": "1.6.2",
  "description": "Common TSLint config",
  "main": "./index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/streamich/tslint-config-common.git"
  },
  "bugs": {
    "url": "https://github.com/streamich/tslint-config-common/issues"
  },
  "homepage": "https://github.com/streamich/tslint-config-common",
  "keywords": [
    "tslint",
    "config"
  ],
  "scripts": {
    "lint:prettier": "prettier --ignore-path .gitignore --write './**/*.{js,jsx,ts,tsx}'",
    "lint": "yarn lint:prettier",
    "check-prettier-conflicts": "tslint-config-prettier-check './index.js' && tslint-config-prettier-check './react.js'",
    "precommit": "yarn check-prettier-conflicts",
    "release": "semantic-release",
    "test": "echo 'This project has no tests' && exit 0"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^3.0.0",
    "@semantic-release/git": "^7.0.1",
    "@semantic-release/npm": "^5.0.1",
    "ci-scripts": "^0.10.0",
    "husky": "^0.14.3",
    "prettier": "^1.14.0",
    "semantic-release": "^15.9.5",
    "tslint": "^5.11.0",
    "typescript": "^3.0.1"
  },
  "peerDependencies": {
    "tslint": "*",
    "typescript": "*"
  },
  "dependencies": {
    "tslint-config-prettier": "*",
    "tslint-react": "*"
  },
  "release": {
    "verifyConditions": [
      "@semantic-release/changelog",
      "@semantic-release/npm",
      "@semantic-release/git"
    ],
    "prepare": [
      "@semantic-release/changelog",
      "@semantic-release/npm",
      "@semantic-release/git"
    ]
  }
}
