{
  "name": "typescript-assistant",
  "version": "0.32.3",
  "description": "Combines and integrates professional Typescript tools into your project",
  "main": "dist/index.js",
  "bin": {
    "tsa": "./dist/index.js"
  },
  "scripts": {
    "prepublishOnly": "tsc -p ./src/tsconfig.json",
    "assist": "ts-node --transpileOnly src/index.ts",
    "prerelease": "ts-node --transpileOnly src/index ci",
    "release": "ts-node --transpileOnly src/index.ts release",
    "fix": "ts-node --transpileOnly src/index fix",
    "clean": "ts-node --transpileOnly src/index clean",
    "coverage-show": "opn build/coverage/index.html",
    "tslint": "tslint --project ./src/tsconfig.json ./src/**/*.ts && tslint --project ./tsconfig.json ./test/**/*.ts",
    "ci": "ts-node --transpileOnly src/index ci",
    "postcheckout": "ts-node --transpileOnly src/index post-checkout || exit 0",
    "postmerge": "ts-node --transpileOnly src/index post-merge || exit 0",
    "precommit": "ts-node --transpileOnly src/index pre-commit",
    "prepush": "ts-node --transpileOnly src/index pre-push"
  },
  "author": "johan@johangorter.com",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/AFASSoftware/typescript-assistant"
  },
  "nyc": {
    "include": [
      "src/**/*.ts"
    ],
    "extension": [
      ".ts"
    ],
    "reporter": [
      "json",
      "html",
      "text-summary"
    ],
    "cache": true,
    "temp-directory": "./build/nyc/cache",
    "all": true,
    "check-coverage": false,
    "report-dir": "./build/coverage",
    "es-module": false,
    "lines": 1,
    "statements": 0.1,
    "functions": 0.1,
    "branches": 0,
    "watermarks": {
      "lines": [
        75,
        100
      ],
      "functions": [
        75,
        100
      ],
      "branches": [
        75,
        100
      ],
      "statements": [
        75,
        100
      ]
    }
  },
  "dependencies": {
    "@types/chai": "4.1.4",
    "@types/mocha": "5.2.2",
    "@types/node": "10.3.5",
    "async": "2.6.1",
    "chai": "4.1.2",
    "chokidar": "2.0.4",
    "glob": "7.1.2",
    "handlebars": "4.0.11",
    "husky": "0.14.3",
    "inquirer": "6.0.0",
    "mocha": "5.2.0",
    "nyc": "12.0.2",
    "opn-cli": "3.1.0",
    "semver": "5.5.0",
    "source-map-support": "0.5.6",
    "tree-kill": "1.2.0",
    "ts-node": "6.1.1",
    "tslib": "1.9.3",
    "tslint": "5.10.0",
    "tslint-microsoft-contrib": "5.0.3",
    "tslint-sonarts": "1.7.0",
    "tsutils": "2.27.1",
    "typescript": "2.9.1",
    "typescript-formatter": "7.2.2",
    "ws": "5.2.1",
    "yargs": "11.0.0"
  },
  "devDependencies": {
    "@types/async": "2.0.49",
    "@types/chokidar": "1.7.5",
    "@types/glob": "5.0.35",
    "@types/handlebars": "4.0.38",
    "@types/inquirer": "0.0.42",
    "@types/semver": "5.5.0",
    "@types/sinon": "5.0.1",
    "@types/ws": "5.1.2",
    "@types/yargs": "11.0.0",
    "sinon": "6.0.1"
  }
}
