indigotech/dangerjs-plugin

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "taqtile-dangerjs-plugin",
  "description": "Taqtile Danger-js Plugin",
  "author": {
    "name": "Felipe Sabino",
    "email": "felipe@taqtile.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/indigotech/dangerjs-plugin.git"
  },
  "bugs": {
    "url": "https://github.com/indigotech/dangerjs-plugin/issues"
  },
  "homepage": "https://github.com/indigotech/dangerjs-plugin#readme",
  "keywords": [
    "danger",
    "danger-plugin",
    "taqtile",
    "typescript"
  ],
  "version": "0.0.5",
  "main": "dist/index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "commit": "git-cz",
    "commitmsg": "validate-commit-msg",
    "build": "tsc",
    "test": "jest --color --verbose --coverage",
    "predocs": "rm -rf docs/",
    "docs": "esdoc -c .esdoc.json",
    "prepublish": "npm run build",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "lint": "tslint \"src/**/*.ts\""
  },
  "license": "MIT",
  "engines": {
    "node": ">= 8.4.0",
    "npm": ">= 5.3.0",
    "yarn": ">= 1.3.2"
  },
  "devDependencies": {
    "@types/faker": "^4.1.1",
    "@types/jest": "^19.2.4",
    "commitizen": "^2.9.6",
    "cz-conventional-changelog": "^2.0.0",
    "danger": "*",
    "faker": "^4.1.0",
    "github": "^10.0.0",
    "husky": "^0.13.3",
    "jest": "^20.0.1",
    "lint-staged": "^3.4.1",
    "prettier": "^1.3.1",
    "semantic-release": "^6.3.6",
    "ts-jest": "^20.0.0",
    "tslint": "^5.4.3",
    "typescript": "2.5.0",
    "validate-commit-msg": "^2.12.1"
  },
  "optionalDependencies": {
    "esdoc": "^0.5.2"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "transform": {
      ".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "(.test)\\.(ts|tsx)$",
    "testPathIgnorePatterns": [
      "\\.snap$",
      "<rootDir>/node_modules/"
    ]
  }
}