-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 965 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
36
37
{
"name": "@koopjs/provider-mongodb",
"version": "1.1.1",
"description": "Koop provider for mongodb.",
"main": "index.js",
"scripts": {
"test": "jest",
"test:cov": "jest --coverage",
"lint": "eslint \"**/*.js\"",
"lint:ci": "eslint \"**/*.js\" --rule linebreak-style:0 ",
"lint:fix": "eslint \"**/*.js\" --fix"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@koopjs/geoservice-utils": "^2.2.2",
"@synatic/noql": "^2.1.17",
"config": "^3.3.11",
"lodash": "^4.17.21",
"mongodb": "^6.3.0"
},
"devDependencies": {
"@babel/preset-env": "^7.23.9",
"@koopjs/koop-core": "^10.3.2",
"babel-preset-env": "^1.7.0",
"bson": "^6.3.0",
"cd": "^0.3.3",
"eslint": "^8.57.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"gh-release": "^7.0.2",
"jest": "^29.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koopjs/koop-provider-mongo"
}
}