-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 980 Bytes
/
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
{
"name": "brazuka-formatter",
"version": "0.0.4",
"description": "Este pacote tem o intuito de facilitar a vida dos Devs com a formatação de dados de acordo com o padrão Brasileiro, como CEP, CPF, CNPJ entre outros documentos Brasileiros.",
"main": "index.js",
"scripts": {
"test": "Script de Teste"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dmAlbuquerque/brazuka-formatter.git"
},
"keywords": [
"brasil",
"formatação",
"formatter",
"utils",
"money",
"cpf",
"cnpj",
"cep",
"pis",
"pasep",
"brazuka",
"cns",
"renavam",
"replace",
"replace-all",
"processos-judiciais",
"padrão-brasileiro",
"html-to-whatsapp",
"html-to-zap"
],
"author": "Daniel Albuquerque",
"license": "MIT",
"bugs": {
"url": "https://github.com/dmAlbuquerque/brazuka-formatter/issues"
},
"homepage": "https://github.com/dmAlbuquerque/brazuka-formatter#readme"
}