-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.04 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
43
44
45
46
47
48
{
"name": "@bedrock/mongodb",
"version": "10.2.1-0",
"type": "module",
"description": "Bedrock mongodb module",
"main": "./lib/index.js",
"license": "Apache-2.0",
"scripts": {
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/digitalbazaar/bedrock-mongodb"
},
"keywords": [
"bedrock",
"mongodb"
],
"author": {
"name": "Digital Bazaar, Inc.",
"email": "support@digitalbazaar.com",
"url": "http://digitalbazaar.com"
},
"bugs": {
"url": "https://github.com/digitalbazaar/bedrock-mongodb/issues"
},
"homepage": "https://github.com/digitalbazaar/bedrock-mongodb",
"dependencies": {
"klona": "^2.0.5",
"mongodb": "^3.7.3",
"semver": "^7.3.7"
},
"peerDependencies": {
"@bedrock/core": "^6.0.0"
},
"directories": {
"lib": "./lib"
},
"devDependencies": {
"eslint": "^7.13.0",
"eslint-config-digitalbazaar": "^2.8.0",
"eslint-plugin-jsdoc": "^37.9.7",
"jsdoc-to-markdown": "^7.1.1"
},
"engines": {
"node": ">=18"
}
}