{ "name": "@angular/devkit-repo", "version": "22.0.0-next.5", "private": true, "description": "Software Development Kit for Angular", "keywords": [ "angular", "Angular CLI", "devkit", "sdk", "Angular DevKit" ], "scripts": { "admin": "node --no-warnings=ExperimentalWarning --experimental-transform-types ./scripts/devkit-admin.mts", "bazel": "bazelisk", "test": "bazel test //packages/...", "build": "pnpm -s admin build", "build-schema": "bazel build //... --build_tag_filters schema --symlink_prefix dist-schema/", "lint": "eslint --cache --max-warnings=0", "templates": "pnpm -s admin templates", "validate": "pnpm -s admin validate", "postinstall": "husky", "ts-circular-deps": "ng-dev ts-circular-deps --config ./scripts/circular-deps-test.conf.mjs", "check-tooling-setup": "tsc --project .ng-dev/tsconfig.json", "diff-release-package": "node scripts/diff-release-package.mts" }, "repository": { "type": "git", "url": "git+https://github.com/angular/angular-cli.git" }, "packageManager": "pnpm@10.33.0", "engines": { "node": "^22.22.0 || >=24.13.1", "npm": "Please use pnpm instead of NPM to install dependencies", "yarn": "Please use pnpm instead of Yarn to install dependencies", "pnpm": "10.33.0" }, "author": "Angular Authors", "license": "MIT", "bugs": { "url": "https://github.com/angular/angular-cli/issues" }, "homepage": "https://github.com/angular/angular-cli", "dependencies": { "@angular/compiler-cli": "22.0.0-next.8", "typescript": "6.0.2" }, "devDependencies": { "@angular/animations": "22.0.0-next.8", "@angular/cdk": "22.0.0-next.5", "@angular/common": "22.0.0-next.8", "@angular/compiler": "22.0.0-next.8", "@angular/core": "22.0.0-next.8", "@angular/forms": "22.0.0-next.8", "@angular/localize": "22.0.0-next.8", "@angular/material": "22.0.0-next.5", "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#40e97052a6e9a06c880b7f2d6de9bfa70a326a52", "@angular/platform-browser": "22.0.0-next.8", "@angular/platform-server": "22.0.0-next.8", "@angular/router": "22.0.0-next.8", "@angular/service-worker": "22.0.0-next.8", "@babel/core": "7.29.0", "@bazel/bazelisk": "1.28.1", "@bazel/buildifier": "8.2.1", "@bazel/ibazel": "^0.28.0", "@eslint/compat": "2.0.5", "@eslint/eslintrc": "3.3.5", "@eslint/js": "10.0.1", "@rollup/plugin-alias": "^6.0.0", "@rollup/plugin-commonjs": "^29.0.0", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "16.0.3", "@rollup/wasm-node": "4.60.1", "@stylistic/eslint-plugin": "^5.0.0", "@tony.ganchev/eslint-plugin-header": "~3.4.0", "@types/babel__core": "7.20.5", "@types/babel__generator": "^7.6.8", "@types/browser-sync": "^2.27.0", "@types/express": "~5.0.1", "@types/http-proxy": "^1.17.4", "@types/ini": "^4.0.0", "@types/jasmine": "~6.0.0", "@types/jasmine-reporters": "^2", "@types/karma": "^6.3.0", "@types/less": "^3.0.3", "@types/loader-utils": "^3.0.0", "@types/lodash": "^4.17.0", "@types/node": "^22.12.0", "@types/npm-package-arg": "^6.1.0", "@types/pacote": "^11.1.3", "@types/picomatch": "^4.0.0", "@types/progress": "^2.0.3", "@types/semver": "^7.3.12", "@types/watchpack": "^2.4.4", "@types/yargs": "^17.0.20", "@types/yargs-parser": "^21.0.0", "@types/yarnpkg__lockfile": "^1.1.5", "@typescript-eslint/eslint-plugin": "8.58.1", "@typescript-eslint/parser": "8.58.1", "ajv": "8.18.0", "buffer": "6.0.3", "esbuild": "0.28.0", "esbuild-wasm": "0.28.0", "eslint": "10.2.0", "eslint-config-prettier": "10.1.8", "eslint-plugin-import": "2.32.0", "express": "5.2.1", "fast-glob": "3.3.3", "globals": "17.4.0", "http-proxy": "^1.18.1", "http-proxy-middleware": "3.0.5", "husky": "9.1.7", "jasmine": "~6.1.0", "jasmine-core": "~6.1.0", "jasmine-reporters": "^2.5.2", "jasmine-spec-reporter": "~7.0.0", "karma": "~6.4.0", "karma-chrome-launcher": "~3.2.0", "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.2.0", "karma-source-map-support": "1.4.0", "lodash": "^4.17.21", "magic-string": "0.30.21", "prettier": "^3.0.0", "puppeteer": "24.40.0", "quicktype-core": "23.2.6", "rollup": "4.60.1", "rollup-license-plugin": "~3.2.0", "rollup-plugin-dts": "6.4.1", "rollup-plugin-sourcemaps2": "0.5.6", "semver": "7.7.4", "source-map-support": "0.5.21", "tslib": "2.8.1", "undici": "8.1.0", "unenv": "^1.10.0", "verdaccio": "6.4.0", "verdaccio-auth-memory": "^10.0.0", "zone.js": "^0.16.0" }, "dependenciesMeta": { "esbuild": { "built": true }, "puppeteer": { "built": true } }, "pnpm": { "onlyBuiltDependencies": [ "webdriver-manager" ], "overrides": { "@angular/build": "workspace:*" }, "packageExtensions": { "grpc-gcp": { "peerDependencies": { "protobufjs": "*" } }, "vitest": { "peerDependencies": { "@vitest/coverage-v8": "*" } } } } }