{
  "name": "tsc-silent",
  "version": "1.2.2",
  "description": "tsc with --supress",
  "main": "dist/tsc-silent.js",
  "scripts": {
    "build": "rm -rf dist && tsc",
    "version": "yarn build && git add .",
    "prepublishOnly": "yarn build"
  },
  "bin": {
    "tsc-silent": "./bin/tsc-silent"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/evolution-gaming/tsc-silent.git"
  },
  "homepage": "https://github.com/evolution-gaming/tsc-silent",
  "files": [
    "/src",
    "/dist",
    "/bin",
    "README.md"
  ],
  "author": "Evolution Gaming",
  "license": "MIT",
  "dependencies": {
    "@types/node": "10.12.7",
    "yargs": "12 - 15"
  },
  "peerDependencies": {
    "typescript": ">=2.9",
    "yargs": "12 - 15"
  },
  "devDependencies": {
    "typescript": "3.1.6"
  },
  "engines": {
    "npm": ">=5"
  }
}
