-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.5 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": "@wizsolucoes/ngx-wiz-sso",
"version": "2.1.6",
"description": "Toolkit para conexão simplificada ao SSO.",
"author": "Givailson de Souza Neves",
"private": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/wizsolucoes/ngx-wiz-sso"
},
"scripts": {
"build": "ng-packagr -p ng-package.json",
"test": "ng test",
"release:dry-run": "cd dist/ && npm publish --dry-run && cd ..",
"release": "cd dist/ && npm publish && cd .."
},
"dependencies": {
"@wizsolucoes/vanilla-wiz-sso": "^1.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1000.7",
"@angular-devkit/build-ng-packagr": "~0.1000.7",
"@angular/cli": "^10.0.7",
"@angular/common": "^10.0.11",
"@angular/compiler": "^10.0.11",
"@angular/compiler-cli": "^10.0.11",
"@angular/core": "^10.0.11",
"@angular/platform-browser": "^10.0.12",
"@angular/platform-browser-dynamic": "^10.0.12",
"@angular/router": "^10.0.11",
"@types/jasmine": "^3.5.13",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^14.6.0",
"jasmine-core": "^3.6.0",
"jasmine-spec-reporter": "^5.0.2",
"karma": "^5.1.1",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^4.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"ng-packagr": "^10.1.2",
"ts-node": "^8.10.2",
"tslint": "^6.1.3",
"typescript": "^3.9.7",
"zone.js": "^0.11.1"
}
}