@dev-thought/nx-deploy-it
Version:
[](https://www.npmjs.com/package/@dev-thought/nx-deploy-it) [](http://opensource.
36 lines (35 loc) • 874 B
JSON
{
"name": "@dev-thought/nx-deploy-it",
"version": "2.0.0",
"main": "src/index.js",
"schematics": "./collection.json",
"builders": "./builders.json",
"homepage": "https://www.npmjs.com/package/nx-deploy-it",
"repository": "https://github.com/dev-thought/nx-plugins",
"bugs": {
"url": "https://github.com/dev-thought/nx-plugins/issues",
"email": "mitko@dev-thought.cool"
},
"author": "Mitko Tschimev <mitko@dev-thought.cool>",
"license": "MIT",
"keywords": [
"pulumi",
"Infrastructure as code",
"infrastructure-as-code",
"IaC",
"terraform",
"schematics",
"ng-deploy",
"nx",
"angular",
"nestjs"
],
"dependencies": {
"@dev-thought/pulumi-npm": "^1.5.1",
"@vercel/ncc": "^0.25.1",
"enquirer": "^2.3.4",
"fs-extra": "^8.1.0"
},
"typings": "src/index.d.ts",
"peerDependencies": {}
}