-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.31 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
{
"name": "apigratis-sdk-nodejs",
"version": "0.1.6",
"description": "A ideia desse SDK é otimizar o tempo de código dos usuários auxiliando na integração com a plataforma",
"homepage": "https://apibrasil.com.br",
"author": "APIGratis <contato@apibrasil.com.br> (https://apibrasil.com.br)",
"main": "./dist",
"strict": true,
"keywords": [
"node",
"npm",
"whatsapp",
"api-rest",
"apigratis",
"apibrasil",
"geolocation",
"cep",
"cpf",
"cnpj",
"correios"
],
"scripts": {
"build": "yarn tsc",
"start": "tsc && link-module-alias && node dist/index.js",
"dev": "tsc && link-module-alias && concurrently \"tsc --watch\" \"nodemon dist/index.js\"",
"test": "jest",
"docs": "typedoc ./src/index.ts"
},
"funding": {
"type": " Buy me a coffee",
"url": "https://issuehunt.io/r/jhowbhz"
},
"bugs": {
"url": "https://github.com/APIBrasil/apigratis-sdk-node/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/APIBrasil/apigratis-sdk-node.git"
},
"dependencies": {
"axios": "^1.4.0",
"link-module-alias": "^1.2.0"
},
"devDependencies": {
"@types/jest": "^29.2.5",
"concurrently": "^7.5.0",
"nodemon": "^2.0.22",
"typedoc": "^0.23.21",
"typescript": "^4.9.3"
},
"publishConfig": {
"@jhowbhz:registry": "https://npm.pkg.github.com"
},
"license": "MIT"
}