-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "@pjbank/pjbank-js-sdk",
"version": "1.0.6",
"description": "SDK de Integração do PJBank Recebimentos e Conta Digital",
"main": "lib/pjbank.js",
"scripts": {
"test": "bash -c './node_modules/.bin/lab -v -l -m 150000 -a chai'",
"coverage": "nyc --reporter=html npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pjbank/pjbank-js-sdk.git"
},
"keywords": [
"fintech",
"boleto",
"cartao",
"pjbank"
],
"author": "Matheus Fidelis",
"license": "MIT",
"bugs": {
"url": "https://github.com/pjbank/pjbank-js-sdk/issues"
},
"homepage": "https://github.com/pjbank/pjbank-js-sdk#readme",
"dependencies": {
"colors": "^1.2.4",
"faker": "^4.1.0",
"istanbul": "^0.4.5",
"moment": "^2.22.1",
"nyc": "^13.3.0",
"pjbank-api-client": "^1.0.9"
},
"devDependencies": {
"chai": "^4.1.2",
"lab": "^18.0.2"
},
"directories": {
"doc": "docs",
"test": "test"
}
}