/
githubmirror
/
lerna
Обзор
Документация
Войти
/
githubmirror
/
lerna
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v8.1.3
package.json
109 строк
3 KB
James Henry
fix: update to nx 19 (#4003)
12 май 2024, 00:32
Не верифицирован
12 май 2024, 00:32
03f476b
Код
Авторство
О чём код?
{ "name": "lerna-monorepo", "private": true, "description": "lerna dog-fooding lerna", "workspaces": [ "packages/*", "packages/legacy-structure/commands/create" ], "volta": { "node": "20.9.0", "yarn": "1.22.19" }, "engines": { "node": ">=18.0.0" }, "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,ts,tsx,css,yml,json}'", "format:write": "prettier --write '**/*.{js,ts,tsx,css,yml,json}'", "integration": "nx integration integration --maxWorkers=2", "lerna-release": "nx build lerna --no-dte && ts-node -P tools/scripts/tsconfig.scripts.json tools/scripts/lerna-release", "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/esbuild": "19.0.2", "@nx/eslint": "19.0.2", "@nx/eslint-plugin": "19.0.2", "@nx/jest": "19.0.2", "@nx/js": "19.0.2", "@nx/plugin": "19.0.2", "@nx/web": "19.0.2", "@swc-node/register": "1.8.0", "@swc/cli": "0.3.12", "@swc/core": "1.3.96", "@types/byte-size": "^8.1.0", "@types/clone-deep": "^4.0.1", "@types/cmd-shim": "^5.0.0", "@types/columnify": "^1.5.1", "@types/conventional-recommended-bump": "^6.1.0", "@types/dedent": "^0.7.0", "@types/envinfo": "^7.8.1", "@types/fs-extra": "^9.0.13", "@types/git-url-parse": "^9.0.1", "@types/glob-parent": "^5.1.1", "@types/inquirer": "^8.2.5", "@types/is-ci": "3.0.0", "@types/jest": "29.4.0", "@types/js-yaml": "^4.0.5", "@types/libnpmpublish": "^4.0.3", "@types/lodash": "^4.14.191", "@types/node": "18.19.10", "@types/node-fetch": "^2.6.2", "@types/normalize-path": "^3.0.0", "@types/npm-package-arg": "^6.1.1", "@types/npm-packlist": "^7.0.0", "@types/npm-registry-fetch": "^8.0.4", "@types/npmlog": "^7.0.0", "@types/pify": "^5.0.1", "@types/signal-exit": "^3.0.1", "@types/ssri": "^7.1.1", "@types/strong-log-transformer": "^1.0.0", "@types/tar": "^6.1.3", "@types/temp-dir": "^1.0.0", "@types/tmp": "^0.2.3", "@types/uuid": "^8.3.4", "@types/write-file-atomic": "^4.0.0", "@typescript-eslint/eslint-plugin": "7.8.0", "@typescript-eslint/parser": "7.8.0", "env-cmd": "^10.1.0", "esbuild": "0.19.5", "eslint": "8.57.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jest": "^26.5.3", "eslint-plugin-node": "^11.1.0", "expect": "29.4.3", "jest": "29.4.3", "jest-diff": "29.4.3", "jest-environment-jsdom": "29.4.3", "jest-matcher-utils": "29.4.3", "js-yaml": "^4.1.0", "jsonc-eslint-parser": "^2.1.0", "lerna": "file:packages/lerna", "lodash": "^4.17.21", "normalize-newline": "^3.0.0", "normalize-path": "^3.0.0", "nx": "19.0.2", "prettier": "^2.2.1", "resolve.exports": "2.0.0", "tacks": "1.2.6", "tmp": "^0.2.1", "touch": "^3.1.0", "ts-jest": "29.1.0", "ts-node": "10.9.1", "typescript": "5.0.4", "verdaccio": "^5.29.0" } }