UNPKG

@dev-thought/nx-deploy-it

Version:

[![npm version](https://badge.fury.io/js/%40dev-thought%2Fnx-deploy-it.svg)](https://www.npmjs.com/package/@dev-thought/nx-deploy-it) [![The MIT License](https://img.shields.io/badge/license-MIT-orange.svg?color=blue&style=flat-square)](http://opensource.

36 lines (35 loc) 874 B
{ "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": {} }