-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.48 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
57
58
59
60
61
62
63
64
65
66
{
"version": "1.3.0",
"name": "insomnia-plugin-documents-br",
"main": "main.js",
"description": "Gerador de documentos Brasileiro. (Nome | CPF | CNPJ | telefone | cep)",
"private": false,
"insomnia": {
"name": "documents-br",
"displayName": "Documentos Brasil",
"description": "Gerador de documentos Brasileiro. Nome|CPF|CNFJ|telefone|cep",
"images": {
"icon": "icon.png"
},
"publisher": {
"name": "eltonsandre",
"icon": "https://avatars1.githubusercontent.com/u/6819216"
},
"applications": {
"core": "*"
}
},
"license": "Apache",
"repository": "https://github.com/eltonsandre/insomnia-plugin-documents-br",
"homepage": "https://github.com/eltonsandre/insomnia-plugin-documents-br#readme",
"bugs": {
"url": "https://github.com/eltonsandre/insomnia-plugin-documents-br/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"precommit": "lint-staged",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"devDependencies": {
"coveralls": "^3.0.2",
"lint-staged": "^3.4.2"
},
"dependencies": {
"moment": "^2.29.4"
},
"keywords": [
"plugins",
"plugin",
"insomnia-plugin",
"insomnia",
"br",
"brazil",
"brasil",
"cpf",
"cpnj",
"documentos",
"cep",
"nome",
"telefone",
"empresa",
"documents",
"generator",
"generador",
"fake",
"teste",
"massa",
"stub",
"mock"
]
}