initial commit
This commit is contained in:
27
sdk/nodejs/package.json
generated
Normal file
27
sdk/nodejs/package.json
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "@pulumi/xyz",
|
||||
"version": "1.0.0-alpha.0+dev",
|
||||
"description": "A Pulumi package for creating and managing xyz cloud resources.",
|
||||
"keywords": [
|
||||
"xyz",
|
||||
"category/cloud"
|
||||
],
|
||||
"homepage": "https://www.pulumi.com",
|
||||
"repository": "https://github.com/pulumi/pulumi-xyz",
|
||||
"license": "Apache-2.0",
|
||||
"scripts": {
|
||||
"build": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pulumi/pulumi": "^3.142.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18",
|
||||
"typescript": "^4.3.5"
|
||||
},
|
||||
"pulumi": {
|
||||
"resource": true,
|
||||
"name": "xyz",
|
||||
"version": "1.0.0-alpha.0+dev"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user