{
    "name": "@pulumi/pulumi",
    "version": "3.231.0",
    "description": "Pulumi's Node.js SDK",
    "license": "Apache-2.0",
    "repository": {
        "type": "git",
        "url": "https://github.com/pulumi/pulumi.git",
        "directory": "sdk/nodejs"
    },
    "dependencies": {
        "@grpc/grpc-js": "^1.10.1",
        "@logdna/tail-file": "^2.0.6",
        "@npmcli/arborist": "^9.0.0",
        "@opentelemetry/api": "^1.9",
        "@opentelemetry/exporter-trace-otlp-grpc": "^0.57",
        "@opentelemetry/exporter-zipkin": "^1.30",
        "@opentelemetry/instrumentation": "^0.57",
        "@opentelemetry/instrumentation-grpc": "^0.57",
        "@opentelemetry/resources": "^1.30",
        "@opentelemetry/sdk-trace-base": "^1.30",
        "@opentelemetry/sdk-trace-node": "^1.30",
        "@types/google-protobuf": "^3.15.5",
        "@types/semver": "^7.5.6",
        "@types/tmp": "^0.2.6",
        "execa": "^5.1.0",
        "fdir": "^6.5.0",
        "google-protobuf": "^3.21.4",
        "ini": "^2.0.0",
        "js-yaml": "^3.14.2",
        "minimist": "^1.2.6",
        "normalize-package-data": "^6.0.0",
        "picomatch": "^4.0.0",
        "require-from-string": "^2.0.1",
        "semver": "^7.5.2",
        "source-map-support": "^0.5.6",
        "tmp": "^0.2.4",
        "upath": "^1.1.0"
    },
    "devDependencies": {
        "@biomejs/biome": "1.8.3",
        "@types/ini": "1.3.34",
        "@types/js-yaml": "3.12.10",
        "@types/minimist": "1.2.5",
        "@types/mocha": "10.0.10",
        "@types/node": "14.18.63",
        "@types/normalize-package-data": "2.4.4",
        "@types/picomatch": "2.3.4",
        "@types/sinon": "10.0.20",
        "@types/split2": "2.1.6",
        "@typescript-eslint/eslint-plugin": "4.33.0",
        "@typescript-eslint/parser": "4.33.0",
        "corepack": "0.34.5",
        "eslint": "7.32.0",
        "eslint-plugin-header": "3.1.1",
        "eslint-plugin-import": "2.30.0",
        "mocha": "11.7.5",
        "nyc": "15.1.0",
        "sinon": "14.0.2",
        "ts-node": "7.0.1",
        "tsx": "4.19.3",
        "typescript": "3.8.3"
    },
    "peerDependencies": {
        "ts-node": ">= 7.0.1 < 12",
        "typescript": ">= 3.8.3 < 7"
    },
    "peerDependenciesMeta": {
        "typescript": {
            "optional": true
        },
        "ts-node": {
            "optional": true
        }
    },
    "packageManager": "yarn@1.22.22",
    "pulumi": {
        "comment": "Do not remove. Marks this as as a deployment-time-only package"
    },
    "engines": {
        "node": ">=20"
    },
    "mocha": {
        "require": ["source-map-support/register"],
        "node-option": ["import=tsx"]
    },
    "//": ["NOTE: @types/node is pinned due to grpc/grpc-node#2002"]
}
