68 lines
1.7 KiB
JSON
68 lines
1.7 KiB
JSON
{
|
|
"name": "@angular/cli",
|
|
"version": "12.2.13",
|
|
"description": "CLI tool for Angular",
|
|
"main": "lib/cli/index.js",
|
|
"bin": {
|
|
"ng": "./bin/ng"
|
|
},
|
|
"keywords": [
|
|
"angular",
|
|
"Angular CLI",
|
|
"devkit",
|
|
"sdk",
|
|
"Angular DevKit",
|
|
"angular-cli"
|
|
],
|
|
"scripts": {
|
|
"postinstall": "node ./bin/postinstall/script.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular-cli.git"
|
|
},
|
|
"author": "Angular Authors",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/angular/angular-cli/issues"
|
|
},
|
|
"homepage": "https://github.com/angular/angular-cli",
|
|
"dependencies": {
|
|
"@angular-devkit/architect": "0.1202.13",
|
|
"@angular-devkit/core": "12.2.13",
|
|
"@angular-devkit/schematics": "12.2.13",
|
|
"@schematics/angular": "12.2.13",
|
|
"@yarnpkg/lockfile": "1.1.0",
|
|
"ansi-colors": "4.1.1",
|
|
"debug": "4.3.2",
|
|
"ini": "2.0.0",
|
|
"inquirer": "8.1.2",
|
|
"jsonc-parser": "3.0.0",
|
|
"npm-package-arg": "8.1.5",
|
|
"npm-pick-manifest": "6.1.1",
|
|
"open": "8.2.1",
|
|
"ora": "5.4.1",
|
|
"pacote": "11.3.5",
|
|
"resolve": "1.20.0",
|
|
"semver": "7.3.5",
|
|
"symbol-observable": "4.0.0",
|
|
"uuid": "8.3.2"
|
|
},
|
|
"ng-update": {
|
|
"migrations": "@schematics/angular/migrations/migration-collection.json",
|
|
"packageGroup": {
|
|
"@angular/cli": "12.2.13",
|
|
"@angular-devkit/architect": "0.1202.13",
|
|
"@angular-devkit/build-angular": "12.2.13",
|
|
"@angular-devkit/build-webpack": "0.1202.13",
|
|
"@angular-devkit/core": "12.2.13",
|
|
"@angular-devkit/schematics": "12.2.13"
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": "^12.14.1 || >=14.0.0",
|
|
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
|
|
"yarn": ">= 1.13.0"
|
|
}
|
|
}
|