{
  "name": "@nevir/code-style",
  "version": "0.15.1",
  "description": "nevir's code style",
  "license": "MIT",
  "author": "Ian MacLeod <ian@nevir.net>",
  "files": [
    "index.js",
    ".scripts/bootstrap.js",
    ".scripts/include",
    ".scripts/templates",
    "eslint",
    "prettier",
    "typescript"
  ],
  "main": "index.js",
  "repository": "https://github.com/nevir/code-style",
  "scripts": {
    "fix-style": "./.scripts/templates/bootstrap/scripts/fix-style.sh",
    "prepare": "./.scripts/prepare.sh",
    "release": "./.scripts/release.sh",
    "test": "./.scripts/test.sh",
    "test-integration": "./.scripts/test-integration.sh",
    "test-style": "./.scripts/templates/bootstrap/scripts/test-style.sh"
  },
  "dependencies": {
    "cpr": "^3.0.1",
    "lodash.isequal": "^4.5.0",
    "lodash.mergewith": "^4.6.1",
    "lodash.uniqwith": "^4.5.0",
    "sort-package-json": "^1.11.0"
  },
  "devDependencies": {
    "eslint": "~4.19.1",
    "eslint-plugin-eslint-comments": "~2.0.2",
    "eslint-plugin-import": "~2.11.0",
    "eslint-plugin-typescript": "~0.12.0",
    "prettier": "~1.12.0",
    "typescript": "~2.8.1",
    "typescript-eslint-parser": "~15.0.0"
  },
  "peerDependencies": {
    "eslint": "^4.19.0",
    "eslint-plugin-eslint-comments": "^2.0.0",
    "eslint-plugin-import": "^2.11.0",
    "eslint-plugin-typescript": "^0.12.0",
    "prettier": "^1.12.0",
    "typescript": "~2.8.0",
    "typescript-eslint-parser": "^15.0.0"
  }
}