This repository was archived by the owner on May 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.35 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.35 KB
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
{
"name": "mongodb-connection-model",
"description": "MongoDB connection model.",
"author": "Lucas Hrabovsky <lucas@mongodb.com>",
"bugs": "https://github.com/mongodb-js/connection-model/issues",
"homepage": "https://github.com/mongodb-js/connection-model",
"version": "19.1.1",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/connection-model.git"
},
"license": "Apache-2.0",
"keywords": [
"mongodb-js"
],
"scripts": {
"ci": "npm run check && npm test",
"pretest": "mongodb-runner install",
"test": "mocha --timeout 15000",
"check": "mongodb-js-precommit"
},
"peerDependencies": {
"mongodb": "3.x"
},
"dependencies": {
"@mongodb-js/ssh-tunnel": "^1.2.0",
"ampersand-model": "^8.0.0",
"ampersand-rest-collection": "^6.0.0",
"async": "^3.1.0",
"debug": "^4.1.1",
"lodash": "^4.17.15",
"raf": "^3.4.1",
"ssh2": "^0.8.7",
"storage-mixin": "^3.3.4"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-subset": "^1.6.0",
"electron": "^6.1.7",
"eslint-config-mongodb-js": "^5.0.3",
"mocha": "^8.0.1",
"mock-require": "^3.0.3",
"mongodb": "^3.6.3",
"mongodb-connection-fixture": "^0.0.14",
"mongodb-js-precommit": "^2.0.0",
"mongodb-runner": "^4.8.1",
"proxyquire": "^2.1.0",
"sinon": "^9.0.2",
"uuid": "^8.2.0"
}
}