{ "name": "@nx/js", "version": "0.0.1", "private": false, "type": "commonjs", "files": [ "dist", "!dist/tsconfig.tsbuildinfo", "migrations.json", "executors.json", "generators.json" ], "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": "./dist/src/index.js", "types": "./dist/src/index.d.ts", "typesVersions": { "*": { "babel": [ "dist/babel.d.ts" ], "typescript": [ "dist/typescript.d.ts" ], "plugins/jest/local-registry": [ "dist/plugins/jest/local-registry.d.ts" ], "internal": [ "dist/internal.d.ts" ], "src/internal": [ "dist/src/internal.d.ts" ], "src/release/version-actions": [ "dist/src/release/version-actions.d.ts" ], "src/utils/assets/copy-assets-handler": [ "dist/src/utils/assets/copy-assets-handler.d.ts" ], "src/utils/versions": [ "dist/src/utils/versions.d.ts" ] } }, "license": "MIT", "bugs": { "url": "https://github.com/nrwl/nx/issues" }, "homepage": "https://nx.dev", "ng-update": { "requirements": {}, "migrations": "./migrations.json", "supportsOptionalMigrations": true }, "generators": "./generators.json", "executors": "./executors.json", "exports": { ".": { "@nx/nx-source": "./src/index.ts", "types": "./dist/src/index.d.ts", "default": "./dist/src/index.js" }, "./package.json": "./package.json", "./migrations.json": "./migrations.json", "./generators.json": "./generators.json", "./executors.json": "./executors.json", "./babel": { "@nx/nx-source": "./babel.ts", "types": "./dist/babel.d.ts", "default": "./dist/babel.js" }, "./typescript": { "@nx/nx-source": "./typescript.ts", "types": "./dist/typescript.d.ts", "default": "./dist/typescript.js" }, "./plugins/jest/local-registry": { "@nx/nx-source": "./plugins/jest/local-registry.ts", "types": "./dist/plugins/jest/local-registry.d.ts", "default": "./dist/plugins/jest/local-registry.js" }, "./internal": { "@nx/nx-source": "./internal.ts", "types": "./dist/internal.d.ts", "default": "./dist/internal.js" }, "./src/internal": { "@nx/nx-source": "./src/internal.ts", "types": "./dist/src/internal.d.ts", "default": "./dist/src/internal.js" }, "./src/release/version-actions": { "@nx/nx-source": "./src/release/version-actions.ts", "types": "./dist/src/release/version-actions.d.ts", "default": "./dist/src/release/version-actions.js" }, "./src/utils/assets/copy-assets-handler": { "@nx/nx-source": "./src/utils/assets/copy-assets-handler.ts", "types": "./dist/src/utils/assets/copy-assets-handler.d.ts", "default": "./dist/src/utils/assets/copy-assets-handler.js" }, "./src/utils/versions": { "@nx/nx-source": "./src/utils/versions.ts", "types": "./dist/src/utils/versions.d.ts", "default": "./dist/src/utils/versions.js" } }, "dependencies": { "@babel/core": "catalog:", "@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": "workspace:*", "@nx/workspace": "workspace:*", "@zkochan/js-yaml": "catalog:", "babel-plugin-const-enum": "^1.0.1", "babel-plugin-macros": "^3.1.0", "babel-plugin-transform-typescript-metadata": "^0.3.1", "chalk": "catalog:", "columnify": "^1.6.0", "detect-port": "^2.1.0", "ignore": "^7.0.5", "js-tokens": "^4.0.0", "jsonc-parser": "catalog:", "npm-run-path": "^4.0.1", "picocolors": "catalog:", "picomatch": "catalog:", "semver": "catalog:", "source-map-support": "0.5.19", "tinyglobby": "catalog:", "tslib": "catalog:typescript" }, "devDependencies": { "nx": "workspace:*" }, "peerDependencies": { "@swc/cli": ">=0.6.0 <0.9.0", "verdaccio": "^6.0.5" }, "peerDependenciesMeta": { "@swc/cli": { "optional": true }, "verdaccio": { "optional": true } }, "publishConfig": { "access": "public" } }