@nxworker/workspace
Version:
Nx plugin providing generators for managing workspace files, including the move-file generator for safely moving files between projects while updating all imports
45 lines • 1.23 kB
JSON
{
"name": "@nxworker/workspace",
"version": "19.0.0-rc.2",
"description": "Nx plugin providing generators for managing workspace files, including the move-file generator for safely moving files between projects while updating all imports",
"keywords": [
"monorepo",
"move",
"move-file",
"nx",
"refactor",
"workspace"
],
"author": "Lars Gyrup Brink Nielsen",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nx-worker/nxworker-workspace.git",
"directory": "packages/workspace"
},
"bugs": {
"url": "https://github.com/nx-worker/nxworker-workspace/issues"
},
"homepage": "https://github.com/nx-worker/nxworker-workspace#readme",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/LayZeeDK"
},
"engines": {
"node": ">=18.0.0 <23.0.0"
},
"peerDependencies": {
"@nx/devkit": ">=19.8.5 <22.0.0",
"@nx/workspace": ">=19.8.5 <22.0.0"
},
"dependencies": {
"@swc/helpers": "~0.5.11",
"core-js-pure": "^3.41.0",
"jscodeshift": "^17.1.1"
},
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"generators": "./generators.json",
"types": "./src/index.d.ts"
}