-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
43 lines (43 loc) · 1.02 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
{
"name": "validador-cpf-cnpj",
"version": "1.2.2",
"description": "Classe para validação de CPF e CNPJ",
"author": "Gustavo Bissolli <gustavo.bissolli@gmail.com>",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bissolli/validador-cpf-cnpj.git"
},
"bugs": {
"url": "https://github.com/bissolli/validador-cpf-cnpj/issues"
},
"homepage": "https://github.com/bissolli/validador-cpf-cnpj#readme",
"keywords": [
"cnpj",
"cpf",
"validador",
"documento",
"brasil",
"laravel"
],
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"cz-conventional-changelog": "^3.1.0",
"husky": "^4.2.1",
"standard-version": "^7.1.0"
}
}