Skip to content

Commit a65aa0c

Browse files
Add cpf-utils w/ npm auto-update (#2041)
* Add cpf-utils w/ npm auto-update * Adjust code as per review at #2041 (comment) Co-authored-by: Matt Cowley <me@mattcowley.co.uk> --------- Co-authored-by: Matt Cowley <me@mattcowley.co.uk>
1 parent a92eaf1 commit a65aa0c

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

packages/c/cpf-utils.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"name": "cpf-utils",
3+
"filename": "cpf-utils.min.js",
4+
"homepage": "https://cpf-utils.vercel.app/",
5+
"description": "Straight forward JavaScript package to handle CPF data (Brazilian personal ID).",
6+
"license": "MIT",
7+
"authors": [
8+
{
9+
"name": "Julio L. Muller"
10+
}
11+
],
12+
"keywords": [
13+
"cpf",
14+
"validar",
15+
"validador",
16+
"validate",
17+
"validation",
18+
"formatar",
19+
"format",
20+
"gerar",
21+
"gerador",
22+
"generate",
23+
"generator",
24+
"pt-br",
25+
"br"
26+
],
27+
"repository": {
28+
"type": "git",
29+
"url": "https://github.com/juliolmuller/cpf-utils-js"
30+
},
31+
"autoupdate": {
32+
"source": "npm",
33+
"target": "cpf-utils",
34+
"fileMap": [
35+
{
36+
"basePath": "dist",
37+
"files": [
38+
"*.js"
39+
]
40+
}
41+
]
42+
}
43+
}

0 commit comments

Comments
 (0)