-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 726 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 726 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": "node-bca-api",
"version": "1.0.0",
"description": "BCA API ",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reynldi/node-bca-api.git"
},
"keywords": [
"nodejs",
"bca-api",
"bca",
"bca-bank",
"bank-bca"
],
"author": "Nanda Reynaldi",
"license": "MIT",
"bugs": {
"url": "https://github.com/reynldi/node-bca-api/issues"
},
"homepage": "https://github.com/reynldi/node-bca-api#readme",
"dependencies": {
"@types/jest": "^26.0.15",
"@types/node": "^14.14.10",
"axios": "^0.21.2",
"dotenv": "^8.2.0",
"jest": "^26.6.3"
}
}