{
  "name": "@nx/js",
  "version": "22.5.4",
  "private": false,
  "description": "The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects. ",
  "repository": {
    "type": "git",
    "url": "https://github.com/nrwl/nx.git",
    "directory": "packages/js"
  },
  "keywords": [
    "Monorepo",
    "Web",
    "Node",
    "Swc",
    "Tsc",
    "CLI",
    "Front-end",
    "Backend"
  ],
  "main": "src/index.js",
  "typings": "src/index.d.ts",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nrwl/nx/issues"
  },
  "homepage": "https://nx.dev",
  "ng-update": {
    "requirements": {},
    "migrations": "./migrations.json"
  },
  "generators": "./generators.json",
  "executors": "./executors.json",
  "dependencies": {
    "@babel/core": "^7.23.2",
    "@babel/plugin-proposal-decorators": "^7.22.7",
    "@babel/plugin-transform-class-properties": "^7.22.5",
    "@babel/plugin-transform-runtime": "^7.23.2",
    "@babel/preset-env": "^7.23.2",
    "@babel/preset-typescript": "^7.22.5",
    "@babel/runtime": "^7.22.6",
    "@nx/devkit": "22.5.4",
    "@nx/workspace": "22.5.4",
    "@zkochan/js-yaml": "0.0.7",
    "babel-plugin-const-enum": "^1.0.1",
    "babel-plugin-macros": "^3.1.0",
    "babel-plugin-transform-typescript-metadata": "^0.3.1",
    "chalk": "^4.1.0",
    "columnify": "^1.6.0",
    "detect-port": "^1.5.1",
    "ignore": "^5.0.4",
    "js-tokens": "^4.0.0",
    "jsonc-parser": "3.2.0",
    "npm-run-path": "^4.0.1",
    "picocolors": "^1.1.0",
    "picomatch": "4.0.2",
    "semver": "^7.6.3",
    "source-map-support": "0.5.19",
    "tinyglobby": "^0.2.12",
    "tslib": "^2.3.0"
  },
  "devDependencies": {
    "nx": "22.5.4"
  },
  "peerDependencies": {
    "verdaccio": "^6.0.5"
  },
  "peerDependenciesMeta": {
    "verdaccio": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "types": "src/index.d.ts",
  "type": "commonjs"
}