{
  "name": "kaop-ts",
  "version": "4.3.0",
  "description": "",
  "keywords": [],
  "main": "dist/kaop-ts.umd.js",
  "module": "dist/kaop-ts.es5.js",
  "typings": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "author": "k1r0s <ciroreed@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/k1r0s/kaop-ts.git"
  },
  "license": "MIT",
  "engines": {
    "node": ">=6.0.0"
  },
  "scripts": {
    "lint": "tslint -t codeFrame src/**/*.ts",
    "prebuild": "rm -rf dist",
    "build": "tsc && rollup -c && rm -rf compiled",
    "test": "jest",
    "test:prod": "npm run lint && npm run test -- --coverage --no-cache",
    "report-coverage": "cat ./coverage/lcov.info | coveralls",
    "commit": "npm run lint && git-cz",
    "prepush": "npm run test:prod && npm run build",
    "semantic-release": "semantic-release",
    "commitmsg": "validate-commit-msg"
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    },
    "validate-commit-msg": {
      "types": "conventional-commit-types",
      "helpMessage": "Use \"npm run commit\" instead, we use conventional-changelog format :) (https://github.com/commitizen/cz-cli)"
    }
  },
  "jest": {
    "testEnvironment": "node",
    "transform": {
      ".(ts|tsx)": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.ts$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "modulePathIgnorePatterns": [
      "/^((?!src).)/"
    ],
    "coveragePathIgnorePatterns": [
      "/node_modules/",
      "/test/"
    ],
    "coverageThreshold": {
      "global": {
        "branches": 60,
        "functions": 79,
        "lines": 85,
        "statements": 85
      }
    }
  },
  "devDependencies": {
    "@types/jest": "^23.0.0",
    "@types/node": "^10.11.4",
    "commitizen": "^3.0.0",
    "coveralls": "^3.0.0",
    "cross-env": "^5.0.0",
    "cz-conventional-changelog": "^2.0.0",
    "husky": "^1.1.0",
    "jest": "^22.0.0",
    "rollup": "^1.0.0",
    "rollup-plugin-commonjs": "^9.0.0",
    "rollup-plugin-node-resolve": "^4.0.0",
    "semantic-release": "^15.9.16",
    "ts-jest": "^23.10.4",
    "ts-node": "^7.0.0",
    "tslint": "^5.2.0",
    "tslint-config-standard": "^8.0.0",
    "typescript": "^2.9.2",
    "validate-commit-msg": "^2.10.1"
  },
  "dependencies": {
    "kaop": "^4.4.1",
    "reflect-metadata": "^0.1.12"
  }
}
