{
    "name": "@bazel/typescript",
    "description": "TypeScript rules for Bazel",
    "license": "Apache-2.0",
    "version": "5.8.1",
    "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"
    ],
    "bin": {
        "ts_project_options_validator": "./internal/ts_project_options_validator.js"
    },
    "//": "NOTE: Typescript does not follow SemVer. Usually the minor digit signifies a major version.",
    "peerDependencies": {
        "typescript": ">=3.0.0"
    },
    "dependencies": {
        "@bazel/worker": "5.8.1",
        "semver": "5.6.0",
        "source-map-support": "0.5.9",
        "tsutils": "3.21.0"
    },
    "scripts": {
      "postinstall": "node npm_version_check.js"
    }
}
