UNPKG

@nx/plugin

Version:

This plugin is used to create Nx plugins! It contains generators for generating common plugin features like generators, executors, migrations and more.

40 lines 949 B
{ "name": "@nx/plugin", "version": "21.2.1", "private": false, "description": "This plugin is used to create Nx plugins! It contains generators for generating common plugin features like generators, executors, migrations and more.", "repository": { "type": "git", "url": "https://github.com/nrwl/nx.git", "directory": "packages/plugin" }, "keywords": [ "Monorepo", "Nx", "CLI" ], "main": "./index", "types": "./index.d.ts", "author": "Nrwl", "license": "MIT", "bugs": { "url": "https://github.com/nrwl/nx/issues" }, "homepage": "https://nx.dev", "generators": "./generators.json", "ng-update": { "requirements": {}, "migrations": "./migrations.json" }, "dependencies": { "tslib": "^2.3.0", "@nx/devkit": "21.2.1", "@nx/jest": "21.2.1", "@nx/js": "21.2.1", "@nx/eslint": "21.2.1" }, "publishConfig": { "access": "public" }, "type": "commonjs" }