{
    "name": "@bazel/typescript",
    "description": "TypeScript rules for Bazel",
    "license": "Apache-2.0",
    "version": "3.2.0",
    "repository": {
        "type": "git",
        "url": "https://github.com/bazelbuild/rules_nodejs.git",
        "directory": "packages/typescript"
    },
    "bugs": {
        "url": "https://github.com/bazelbuild/rules_nodejs/issues"
    },
    "keywords": [
        "typescript",
        "bazel"
    ],
    "main": "./internal/tsc_wrapped/index.js",
    "typings": "./internal/tsc_wrapped/index.d.ts",
    "bin": {
        "tsc_wrapped": "./internal/tsc_wrapped/tsc_wrapped.js",
        "ts_project_options_validator": "./internal/ts_project_options_validator.js"
    },
    "//": "note that typescript doesn't follow semver, so technically anything 3.6 or higher might break us",
    "peerDependencies": {
        "typescript": ">=3.0.0 <4.3"
    },
    "dependencies": {
        "protobufjs": "6.8.8",
        "semver": "5.6.0",
        "source-map-support": "0.5.9",
        "tsutils": "2.27.2"
    },
    "scripts": {
      "postinstall": "node npm_version_check.js"
    }
}
