-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathpackage.json
49 lines (49 loc) · 1.37 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
{
"name": "ngx-print",
"version": "2.0.0",
"description": "Plug n' Play Angular (2++) directive to print your stuff",
"author": "https://github.com/selemxmn/ngx-print/graphs/contributors",
"repository": {
"type": "git",
"url": "git+https://github.com/selemxmn/ngx-print.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/selemxmn/ngx-print/issues"
},
"homepage": "https://github.com/selemxmn/ngx-print#readme",
"keywords": [
"print",
"angular",
"library",
"ng-print",
"ngx-print",
"directive",
"dependency",
"angular-print"
],
"scripts": {
"ng": "ng",
"build": "ng build",
"test": "ng test --no-watch --code-coverage --no-progress --browsers=ChromeHeadlessCI"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.12",
"@angular/cli": "^18.2.12",
"@angular/compiler": "^18.2.13",
"@angular/core": "^18.2.13",
"@angular/common": "^18.2.13",
"@angular/compiler-cli": "^18.2.13",
"@angular/platform-browser": "18.2.13",
"@angular/platform-browser-dynamic": "18.2.13",
"@types/jasmine": "~4.3.0",
"jasmine-core": "~4.5.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"ng-packagr": "^18.2.1",
"typescript": "~5.5.4"
}
}