{
  "name": "tsconfig.js",
  "version": "3.0.0",
  "description": "Polyfill for tsconfig.js, because TypeScript does not natively support JS config files",
  "main": "index.js",
  "bin": "cli.js",
  "files": [
    "cli.js",
    "once.js",
    "watch.js",
    "src/*.js"
  ],
  "scripts": {
    "test": "ava --serial"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/rasenplanscher/tsconfig.js.git"
  },
  "keywords": [
    "TypeScript",
    "tsconfig",
    "configuration-management"
  ],
  "author": "rasenplanscher",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rasenplanscher/tsconfig.js/issues"
  },
  "homepage": "https://github.com/rasenplanscher/tsconfig.js#readme",
  "devDependencies": {
    "ava": "^3.12.1",
    "proxyquire": "^2.1.3",
    "readdirp": "^3.4.0",
    "toml-require": "^1.2.0",
    "ts-node": "^9.0.0",
    "tsconfigs": "^5.0.0",
    "typescript": "^4.0.2"
  },
  "dependencies": {
    "chokidar": "^3.4.2",
    "dependency-graph": "^0.9.0",
    "fs-extra": "^9.0.1",
    "minimist": "^1.2.5",
    "pretty-format": "^26.4.2",
    "winston": "^3.3.3"
  },
  "optionalDependencies": {
    "interpret": "^2.0.0"
  }
}
