{ "name": "@pulumi/pulumi", "version": "${VERSION}", "description": "Pulumi's Node.js SDK", "license": "Apache-2.0", "repository": { "type": "git", "url" : "https://github.com/pulumi/pulumi.git", "directory": "sdk/nodejs" }, "dependencies": { "@pulumi/query": "^0.3.0", "google-protobuf": "^3.5.0", "grpc": "^1.20.2", "minimist": "^1.2.0", "normalize-package-data": "^2.4.0", "protobufjs": "^6.8.6", "read-package-tree": "^5.2.1", "require-from-string": "^2.0.1", "semver": "^6.1.0", "source-map-support": "^0.4.16", "ts-node": "^7.0.0", "typescript": "^3.0.0", "upath": "^1.1.0", "deasync": "^0.1.15" }, "devDependencies": { "@types/minimist": "^1.2.0", "@types/mocha": "^2.2.42", "@types/node": "^10.12.7", "@types/normalize-package-data": "^2.4.0", "@types/read-package-tree": "^5.2.0", "@types/semver": "^5.5.0", "@types/deasync": "^0.1.0", "istanbul": "^0.4.5", "mocha": "^3.5.0", "node-gyp": "^3.6.2", "tslint": "^5.11.0" }, "pulumi": { "comment": "Do not remove. Marks this as as a deployment-time-only package" }, "resolutions": { "grpc/node-pre-gyp": "^0.11.0" } }