EndemolShineGroup/prettier-config

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@endemolshinegroup/prettier-config",
  "description": "Prettier config for Endemol Shine Group repositories",
  "version": "1.0.0",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": {
    "name": "Endemol Shine Group Technology",
    "url": "https://github.com/EndemolShineGroup"
  },
  "homepage": "https://github.com/EndemolShineGroup/prettier-config",
  "repository": {
    "type": "git",
    "url": "https://github.com/EndemolShineGroup/prettier-config.git"
  },
  "engines": {
    "node": ">=8.0.0",
    "yarn": ">=1.3.0"
  },
  "scripts": {
    "commit": "git-cz",
    "build": "rimraf dist/ && tsc",
    "build:docs": "rimraf docs/api && typedoc --out docs/api --target es6 --theme minimal --mode file src",
    "build:watch": "tsc --watch",
    "lint": "tslint -p tsconfig.json -t codeFrame 'src/**/*.ts' -e 'src/**/*.spec.ts'",
    "pretest": "rimraf coverage/",
    "test": "jest --no-cache",
    "semantic-release": "semantic-release"
  },
  "peerDependencies": {
    "prettier": ">=1.14.2"
  },
  "dependencies": {},
  "devDependencies": {
    "@commitlint/cli": "^7",
    "@commitlint/config-conventional": "^7",
    "@commitlint/prompt": "^7",
    "@endemolshinegroup/tslint-config": "^1.0.2",
    "@semantic-release/changelog": "^3",
    "@semantic-release/git": "^7",
    "@types/jest": "^23",
    "@types/node": "^10",
    "commitizen": "^2",
    "husky": "^1.1.1",
    "jest": "^23",
    "lint-staged": "^7",
    "prettier": "^1",
    "rimraf": "^2",
    "semantic-release": "^15",
    "ts-jest": "^23.10.0-beta.1",
    "tslint": "^5",
    "tslint-config-prettier": "^1",
    "tslint-eslint-rules": "^5.4.0",
    "typedoc": "^0.12.0",
    "typescript": "^3"
  },
  "publishConfig": {
    "access": "public"
  }
}