forked from gerencianet/gn-api-sdk-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (36 loc) · 801 Bytes
/
package.json
File metadata and controls
executable file
·36 lines (36 loc) · 801 Bytes
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
{
"name": "gn-api-sdk-node",
"description": "Module for integration with Gerencianet API",
"version": "3.0.3",
"author": "Gerencianet - Consultoria Tecnica | Palloma Brito | João Vitor Oliveira",
"license": "MIT",
"repository": "gerencianet/gn-api-sdk-node",
"homepage": "https://github.com/gerencianet/gn-api-sdk-node",
"keywords": [
"gerencianet",
"pagamentos",
"payment",
"sdk",
"integração",
"integration",
"api",
"bank slip",
"boleto bancario",
"credit card",
"cartao de credito",
"pix",
"Open Finance"
],
"dependencies": {
"axios": "^1.2.1",
"randomstring": "^1.2.2"
},
"scripts": {
"start": "node app.js",
"test": "./node_modules/.bin/jest",
"test-cov": "./node_modules/.bin/jest --coverage"
},
"devDependencies": {
"jest": "^28.1.1"
}
}