{ "name": "create-nx-plugin", "version": "0.0.1", "private": false, "description": "This package is used to scaffold a brand-new workspace used to develop an Nx plugin, and sets up a pre-configured plugin with the specified name. The new plugin is created with a default generator, executor, and e2e app.", "repository": { "type": "git", "url": "https://github.com/nrwl/nx.git", "directory": "packages/create-nx-plugin" }, "keywords": [ "Monorepo", "Angular", "React", "Web", "Node", "Nest", "Jest", "Cypress", "CLI" ], "bin": { "create-nx-plugin": "./dist/bin/create-nx-plugin.js" }, "main": "./dist/bin/create-nx-plugin.js", "type": "commonjs", "types": "./dist/bin/create-nx-plugin.d.ts", "files": [ "dist", "!dist/tsconfig.tsbuildinfo" ], "author": "Victor Savkin", "license": "MIT", "bugs": { "url": "https://github.com/nrwl/nx/issues" }, "homepage": "https://nx.dev", "dependencies": { "create-nx-workspace": "workspace:*", "picocolors": "catalog:", "enquirer": "catalog:", "tslib": "catalog:typescript", "yargs": "catalog:" }, "publishConfig": { "access": "public" }, "exports": { ".": { "@nx/nx-source": "./bin/create-nx-plugin.ts", "types": "./dist/bin/create-nx-plugin.d.ts", "default": "./dist/bin/create-nx-plugin.js" }, "./package.json": "./package.json" } }