-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 826 Bytes
/
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
{
"name": "mongodb-replicaset",
"version": "1.0.0",
"description": "Node project to populate data for replicaset",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kathemica/mongodb-replicaset.git"
},
"keywords": [
"mongodb",
"mongo",
"replicaset",
"tls",
"secure",
"node"
],
"author": "Katherine Aguirre",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kathemica/mongodb-replicaset/issues"
},
"homepage": "https://github.com/kathemica/mongodb-replicaset#readme",
"dependencies": {
"bluebird": "^3.7.2",
"cli-progress": "^3.9.0",
"colors": "^1.4.0",
"dotenv": "^8.2.0",
"mongodb": "^3.6.5"
}
}