pulumi/sdk/nodejs/package.json
Joe Duffy a74aa51662
Rename pulumi package to @pulumi/pulumi (#917)
In order to begin publishing our core SDK package to NPM, we will
need it to be underneath the @pulumi scope so that it may remain
private.  Eventually, we can alias pulumi back to it.

This is part of pulumi/pulumi#915.
2018-02-12 13:13:13 -08:00

24 lines
657 B
JSON

{
"name": "@pulumi/pulumi",
"version": "${VERSION}",
"description": "Pulumi's Node.js SDK",
"repository": "https://github.com/pulumi/pulumi/sdk/nodejs",
"devDependencies": {
"@types/minimist": "^1.2.0",
"@types/mocha": "^2.2.42",
"@types/node": "^8.0.25",
"istanbul": "^0.4.5",
"mocha": "^3.5.0",
"node-gyp": "^3.6.2",
"tslint": "^5.7.0"
},
"dependencies": {
"google-protobuf": "^3.5.0",
"grpc": "^1.6.0",
"minimist": "^1.2.0",
"require-from-string": "^2.0.1",
"source-map-support": "^0.4.16",
"typescript": "^2.5.2"
}
}