/
githubmirror
/
lerna
Обзор
Документация
Войти
/
githubmirror
/
lerna
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
package.json
102 строки
3 KB
James Henry
chore: nx 23.1 floor instead of 23.0 (#4403)
29 июл 2026, 14:58
Не верифицирован
29 июл 2026, 14:58
138260c
Код
Авторство
О чём код?
{ "name": "lerna-monorepo", "private": true, "description": "lerna dog-fooding lerna", "workspaces": [ "packages/lerna", "website" ], "volta": { "node": "26.5.0", "npm": "12.0.1", "yarn": "1.22.19" }, "packageManager": "npm@12.0.1", "scripts": { "build": "tools/scripts/build.sh", "e2e-build-package-publish": "ts-node -P tools/scripts/tsconfig.e2e.json tools/scripts/e2e-build-package-publish", "e2e-start-local-registry": "node tools/scripts/e2e-start-local-registry.js", "format:check": "prettier --check '**/*.{js,mjs,ts,tsx,css,yml,json}'", "format:write": "prettier --write '**/*.{js,mjs,ts,tsx,css,yml,json}'", "integration": "nx integration integration --maxWorkers=2", "lerna-release": "nx build lerna --no-dte --no-cloud && node tools/scripts/lerna-release.mjs", "lint": "nx run-many -t lint", "local-registry": "tools/scripts/local-registry.sh", "test": "nx run-many -t test" }, "repository": { "type": "git", "url": "git+https://github.com/lerna/lerna.git" }, "license": "MIT", "homepage": "https://lerna.js.org", "devDependencies": { "@nx/devkit": "23.1.0", "@nx/esbuild": "23.1.0", "@nx/eslint": "23.1.0", "@nx/eslint-plugin": "23.1.0", "@nx/js": "23.1.0", "@nx/plugin": "23.1.0", "@nx/vite": "23.1.0", "@nx/vitest": "23.1.0", "@nx/web": "23.1.0", "@swc-node/register": "1.11.1", "@swc/core": "1.15.8", "@types/cmd-shim": "^5.0.2", "@types/columnify": "^1.5.4", "@types/dedent": "^0.7.2", "@types/envinfo": "^7.8.4", "@types/fs-extra": "^11.0.4", "@types/git-url-parse": "^9.0.3", "@types/is-ci": "^3.0.4", "@types/js-yaml": "^4.0.9", "@types/libnpmpublish": "^9.0.1", "@types/make-fetch-happen": "^10.0.4", "@types/minimatch": "^3.0.5", "@types/node": "^20.19.37", "@types/normalize-path": "^3.0.2", "@types/npm-package-arg": "^6.1.4", "@types/npm-packlist": "^7.0.3", "@types/npm-registry-fetch": "^8.0.9", "@types/npmcli__arborist": "^6.3.1", "@types/npmlog": "^7.0.0", "@types/pify": "^5.0.4", "@types/semver": "^7.7.0", "@types/signal-exit": "^3.0.4", "@types/ssri": "^7.1.5", "@types/tar": "^6.1.13", "@types/temp-dir": "^1.0.0", "@types/tmp": "^0.2.6", "@types/uuid": "^10.0.0", "@types/write-file-atomic": "^4.0.3", "@vitest/coverage-v8": "^4.1.10", "conventional-recommended-bump": "12.1.0", "env-cmd": "^10.1.0", "esbuild": "0.28.1", "eslint": "^9.32.0", "js-yaml": "4.3.0", "jsonc-eslint-parser": "^2.4.0", "lerna": "file:packages/lerna", "normalize-newline": "^3.0.0", "normalize-path": "^3.0.0", "nx": "23.1.0", "pkg-pr-new": "0.0.75", "prettier": "^3.6.2", "signal-exit": "3.0.7", "string-width": "^4.2.3", "touch": "^3.1.1", "ts-node": "10.9.2", "typescript": "5.9.2", "typescript-eslint": "8.43.0", "verdaccio": "6.7.4", "vite": "^8.1.4", "vitest": "^4.1.10" }, "allowScripts": { "@swc/core@1.15.8": true, "esbuild@0.28.1": true, "fsevents@2.3.3": true, "nx@23.1.0": true, "unrs-resolver@1.11.1": true } }