mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
915 B
39 lines
915 B
{
|
|
"name": "@angular-devkit/architect",
|
|
"version": "0.2101.1",
|
|
"description": "Angular Build Facade",
|
|
"experimental": true,
|
|
"bin": {
|
|
"architect": "./bin/cli.js"
|
|
},
|
|
"main": "src/index.js",
|
|
"typings": "src/index.d.ts",
|
|
"dependencies": {
|
|
"@angular-devkit/core": "21.1.1",
|
|
"rxjs": "7.8.2"
|
|
},
|
|
"builders": "./builders/builders.json",
|
|
"keywords": [
|
|
"Angular CLI",
|
|
"Angular DevKit",
|
|
"angular",
|
|
"devkit",
|
|
"sdk"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular-cli.git"
|
|
},
|
|
"packageManager": "pnpm@10.28.1",
|
|
"engines": {
|
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
|
|
"yarn": ">= 1.13.0"
|
|
},
|
|
"author": "Angular Authors",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/angular/angular-cli/issues"
|
|
},
|
|
"homepage": "https://github.com/angular/angular-cli"
|
|
}
|
|
|