{
  "name": "@fossdk/tsrun",
  "version": "0.0.8",
  "description": "A TypeScript runner",
  "author": "FOSS",
  "license": "MIT",
  "private": false,
  "main": "tsrun.js",
  "bin": {
    "tsrun": "./build/tsrun.js"
  },
  "scripts": {
    "prepublish": "crlf --set=LF \"build/tsrun.js\"",
    "setup": "",
    "build": "webpack",
    "watch": "webpack --watch --progress",
    "test": "jest --coverage --config jest.config.json --detectOpenHandles",
    "test:watch": "jest --watch --config jest.config.json",
    "lint": "tslint -p tsconfig.build.json -c ../tslint.json",
    "prettier:check": "prettier --config ../.prettierrc.js --check src/**/*.ts",
    "unittest-coverage": "scrall cobertura-to-heimdall create coverage/cobertura-coverage.xml coverage/heimdall-code-coverage.json heimdall/scripts/v",
    "ts-doccov": "scrall ts-doccov create src coverage/heimdall-documentation-coverage.json heimdall/scripts/tsrun"
  }
}
