{
  "name": "create-nx-workspace",
  "version": "22.5.4",
  "private": false,
  "description": "Smart Monorepos · Fast Builds",
  "repository": {
    "type": "git",
    "url": "https://github.com/nrwl/nx.git",
    "directory": "packages/create-nx-workspace"
  },
  "keywords": [
    "Monorepo",
    "Angular",
    "React",
    "Web",
    "Node",
    "Nest",
    "Jest",
    "Cypress",
    "Playwright",
    "CLI"
  ],
  "bin": {
    "create-nx-workspace": "./bin/index.js"
  },
  "author": "Victor Savkin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nrwl/nx/issues"
  },
  "homepage": "https://nx.dev",
  "dependencies": {
    "axios": "^1.12.0",
    "chalk": "^4.1.0",
    "enquirer": "~2.3.6",
    "flat": "^5.0.2",
    "ora": "5.3.0",
    "tmp": "~0.2.1",
    "tslib": "^2.3.0",
    "yargs": "^17.6.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "index.js",
  "types": "./src/index.d.ts",
  "type": "commonjs"
}