{
  "name": "install-types",
  "version": "2.0.1",
  "description": "Auto install(uninstall) typings for your package dependencies",
  "main": "index.js",
  "bin": {
    "install-types": "./bin/install-types.js"
  },
  "scripts": {
    "test": "tap",
    "release": "np"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/ClearTax/install-types.git"
  },
  "keywords": [
    "types",
    "typings",
    "postinstall",
    "hooks",
    "typescript",
    "cleartax"
  ],
  "author": "Raj Anand",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ClearTax/install-types/issues"
  },
  "homepage": "https://github.com/ClearTax/install-types#readme",
  "dependencies": {
    "chalk": "^2.4.2",
    "lodash": "^4.17.15",
    "types-directory": "^0.34.0",
    "yargs": "^15.1.0"
  },
  "devDependencies": {
    "np": "^5.1.0",
    "tap": "^14.10.6"
  }
}
