-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.38 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
51
52
53
54
55
{
"name": "ngx-pl-validators",
"version": "1.0.1",
"description": "PESEL, NIP and REGON validators for Angular",
"scripts": {
"test": "karma start",
"lint": "tslint --project ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomi77/ngx-pl-validators.git"
},
"keywords": [
"angular",
"validators"
],
"author": "Tomasz Jakub Rup",
"license": "MIT",
"bugs": {
"url": "https://github.com/tomi77/ngx-pl-validators/issues"
},
"homepage": "https://github.com/tomi77/ngx-pl-validators",
"dependencies": {
},
"peerDependencies": {},
"devDependencies": {
"@angular/cli": "^12.1.1",
"@angular/common": "^12.1.1",
"@angular/compiler": "^12.1.1",
"@angular/compiler-cli": "^12.1.1",
"@angular/core": "^12.1.1",
"@angular/forms": "^12.1.1",
"@angular/platform-browser": "^12.1.1",
"@angular/platform-browser-dynamic": "^12.1.1",
"@types/jasmine": "^3.3.0",
"@types/node": "^10.9.4",
"codelyzer": "^4.2.1",
"jasmine-core": "^3.3.0",
"karma": "^4.0.0",
"karma-chrome-launcher": "2.2.0",
"karma-jasmine": "^2.0.0",
"karma-typescript": "^4.0.0",
"rxjs": "^6.2.1",
"rxjs-compat": "^6.2.1",
"tslib": "^1.9.3",
"tslint": "~6.1.0",
"typescript": "^4.0.8",
"zone.js": "^0.11.4"
},
"ngPackage": {
"lib": {
"entryFile": "./src/index.ts"
}
}
}