UNPKG

ngx-deploy-npm

Version:

Publish your libraries to NPM with just one command

46 lines 1.04 kB
{ "name": "ngx-deploy-npm", "version": "8.4.0", "description": "Publish your libraries to NPM with just one command", "main": "src/index.js", "generators": "./generators.json", "executors": "./executors.json", "engines": { "node": ">=16.0.0" }, "peerDependencies": { "@nx/devkit": ">=16.0.0 <=21.0.0", "tslib": "^2.3.0" }, "repository": { "type": "git", "url": "git+https://github.com/bikecoders/ngx-deploy-npm.git" }, "keywords": [ "npm", "npm-package", "nx", "nx-plugin", "npm-publish", "cli", "deploy", "publish" ], "author": { "name": "Diego Juliao", "email": "dianjuar@gmail.com" }, "contributors": [ "Yossely Mendoza <yossely7@gmail.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/bikecoders/ngx-deploy-npm/issues" }, "homepage": "https://github.com/bikecoders/ngx-deploy-npm/#readme", "nx-migrations": { "migrations": "./migrations.json" }, "types": "./src/index.d.ts", "type": "commonjs" }