-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
50 lines (50 loc) · 1.13 KB
/
package.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "ngx-loggly-logger",
"version": "17.0.0",
"scripts": {
"build": "ng-packagr -p ng-package.json"
},
"repository": {
"type": "git",
"url": "https://github.com/tgure/ngx-loggly-logger"
},
"author": {
"name": "Aaron Newman",
"email": "[email protected]"
},
"keywords": [
"angular",
"ngx",
"loggly",
"loggly logger"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/tgure/ngx-loggly-logger/issues"
},
"devDependencies": {
"@angular/common": "^17.3.3",
"@angular/compiler": "^17.3.3",
"@angular/compiler-cli": "^17.3.3",
"@angular/core": "^17.3.3",
"@angular/platform-browser": "^17.3.3",
"@angular/platform-browser-dynamic": "^17.3.3",
"@types/jasmine": "5.1.4",
"@types/node": "~20.12.5",
"codelyzer": "^0.0.28",
"ng-packagr": "^17.3.0",
"rxjs": "^7.8.1",
"ts-node": "~10.9.2",
"tsickle": "^0.46.3",
"tslint": "~5.20.1",
"typescript": "5.4.4",
"zone.js": "^0.14.4",
"ng2-cookies": "^1.0.12"
},
"engines": {
"node": ">=8.0.0"
},
"peerDependencies": {
"ng2-cookies": "^1.0.12"
}
}