{
  "name": "downlevel-dts",
  "version": "0.11.0",
  "description": "Convert d.ts to be compatible with older typescript compilers",
  "homepage": "https://github.com/sandersn/downlevel-dts",
  "main": "index.js",
  "bin": "index.js",
  "scripts": {
    "test": "jest",
    "baseline-accept": "cp -r baselines/local/ts* baselines/reference"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sandersn/downlevel-dts.git"
  },
  "author": "Nathan Shively-Sanders",
  "license": "MIT",
  "dependencies": {
    "semver": "^7.3.2",
    "shelljs": "^0.8.3",
    "typescript": "next"
  },
  "devDependencies": {
    "@types/node": "^13.1.6",
    "@types/semver": "^7.3.4",
    "@types/shelljs": "^0.8.6",
    "husky": "^4.0.0",
    "jest": "^28.0.0",
    "prettier": "^1.19.1",
    "pretty-quick": "^2.0.1"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  }
}
