-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.01 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
{
"name": "@killovsky/4devs",
"version": "1.0.1",
"description": "Módulo para geração de dados falsos com base no site 4Devs.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KillovSky/4DEVS.git"
},
"keywords": [
"data",
"4devs",
"banco",
"cpf",
"rg",
"cep",
"idade",
"gerador",
"fake",
"fakedata",
"easy",
"no-dependencies",
"dados",
"generator",
"bank",
"cartao",
"credito",
"password",
"senha",
"gerar",
"cnpj"
],
"author": "KillovSky",
"license": "MIT",
"bugs": {
"url": "https://github.com/KillovSky/4DEVS/issues"
},
"homepage": "https://github.com/KillovSky/4DEVS#readme",
"funding": [
{
"type": "kofi",
"url": "http://ko-fi.com/killovsky"
},
{
"type": "paypal",
"url": "https://bit.ly/33QDaGa"
},
{
"type": "picpay",
"url": "https://picpay.me/userlucas123"
}
]
}