validar-cnpj
Version:
Validador de CNPJ
49 lines (48 loc) • 1.16 kB
JSON
{
"name": "validar-cnpj",
"version": "1.1.0",
"description": "Validador de CNPJ",
"main": "index.js",
"scripts": {
"pretest": "biome check .",
"test": "node --test",
"prepare": "husky",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
},
"files": [
"index.js"
],
"keywords": [
"cnpj",
"validar",
"validador"
],
"author": "Guilherme Nagatomo",
"homepage": "https://github.com/guilhermehn/validar-cnpj",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/guilhermehn/validar-cnpj.git"
},
"bugs": {
"url": "https://github.com/guilhermehn/validar-cnpj/issues"
},
"license": "MIT",
"lint-staged": {
"*": [
"biome check --no-errors-on-unmatched --files-ignore-unknown=true --write"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"devDependencies": {
"@biomejs/biome": "^2.0.0",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"conventional-changelog-cli": "^4.0.0",
"husky": "^9.1.7",
"lint-staged": "^14.0.1"
}
}