-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
94 lines (94 loc) · 2.49 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "@nbfontana/ngx-br",
"version": "1.0.0-rc.4.0.1",
"license": "MIT",
"description": "Brazilian components module for Angular",
"author": "Neri Bez Fontana <[email protected]>",
"scripts": {
"dev": "ng serve",
"start": "npm i && ng serve",
"test": "ng test --watch=false",
"test:watch": "ng test",
"test:coverage": "ng test --watch=false --code-coverage=true",
"lint": "ng lint",
"report-coverage": "codecov",
"packagr": "ng-packagr -p ng-package.json",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release"
},
"dependencies": {
"tslib": "^1.10.0"
},
"peerDependencies": {
"cpf_cnpj": "0.2.0",
"vanilla-masker": "1.2.0",
"ngx-currency": "2.3.3",
"rxjs-compat": "^6.0.0-rc.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.901.7",
"@angular/animations": "^9.1.9",
"@angular/cli": "9.1.7",
"@angular/common": "^9.1.9",
"@angular/compiler": "^9.1.9",
"@angular/compiler-cli": "^9.1.9",
"@angular/core": "^9.1.9",
"@angular/forms": "^9.1.9",
"@angular/language-service": "^9.1.9",
"@angular/platform-browser": "^9.1.9",
"@angular/platform-browser-dynamic": "^9.1.9",
"@angular/router": "^9.1.9",
"@types/jasmine": "~3.5.10",
"@types/jasminewd2": "~2.0.2",
"@types/node": "^12.12.42",
"codecov": "^3.0.0",
"codelyzer": "^5.1.2",
"core-js": "^3.6.5",
"cz-conventional-changelog": "^3.2.0",
"ghooks": "^2.0.2",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.2",
"karma": "~5.0.9",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.2",
"karma-jasmine": "~3.2.0",
"karma-jasmine-html-reporter": "^1.5.4",
"ng-packagr": "^9.0.0",
"protractor": "~7.0.0",
"rxjs": "^6.5.5",
"semantic-release": "^17.0.8",
"travis-deploy-once": "^5.0.11",
"ts-node": "~8.10.1",
"tslint": "~6.1.2",
"typescript": "^3.8.3",
"zone.js": "~0.10.2"
},
"repository": {
"type": "git",
"url": "https://github.com/nbfontana/ngx-br.git"
},
"bugs": {
"url": "https://github.com/nbfontana/ngx-br/issues"
},
"keywords": [
"angular 2",
"angular",
"pt-br",
"cpf",
"cnpj",
"cep",
"telefone"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
},
"ghooks": {
"pre-commit": "npm run lint && npm run test"
}
},
"files": [
"license",
"readme.md"
]
}