-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 956 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "ngx-debug-console",
"version": "1.0.0",
"description": "A floating debug console overlay for Angular applications. Captures console output and HTTP traffic in a collapsible panel.",
"author": "André Rds <https://github.com/andrerds>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/andrerds/ngx-debug-console.git"
},
"keywords": ["angular", "debug", "console", "devtools", "logging", "http-interceptor", "ngx"],
"peerDependencies": {
"@angular/common": ">=14.0.0",
"@angular/core": ">=14.0.0",
"@angular/forms": ">=14.0.0"
},
"devDependencies": {
"@angular/compiler-cli": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/common": "^14.0.0",
"@angular/forms": "^14.0.0",
"ng-packagr": "^14.0.0",
"typescript": "~4.7.0"
},
"scripts": {
"build": "ng-packagr -p ng-package.json",
"build:watch": "ng-packagr -p ng-package.json --watch"
}
}