-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.66 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
49
50
51
52
53
54
55
56
57
58
{
"name": "@bedrock/ssm-mongodb",
"version": "12.1.1-0",
"type": "module",
"description": "Bedrock SSM MongoDB",
"license": "SEE LICENSE IN LICENSE.md",
"main": "./lib/index.js",
"files": [
"lib/**/*.js"
],
"scripts": {
"generate-readme": "jsdoc2md -t readme-template.hbs lib/*.js > README.md",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/digitalbazaar/bedrock-ssm-mongodb.git"
},
"author": {
"name": "Digital Bazaar, Inc.",
"email": "support@digitalbazaar.com",
"url": "https://digitalbazaar.com"
},
"bugs": {
"url": "https://github.com/digitalbazaar/bedrock-ssm-mongodb/issues"
},
"homepage": "https://github.com/digitalbazaar/bedrock-ssm-mongodb",
"dependencies": {
"@digitalbazaar/bls12-381-multikey": "^2.0.0",
"@digitalbazaar/ecdsa-multikey": "^1.1.1",
"@digitalbazaar/ed25519-multikey": "^1.0.2",
"@digitalbazaar/ed25519-verification-key-2018": "^4.0.0",
"@digitalbazaar/ed25519-verification-key-2020": "^4.0.0",
"@digitalbazaar/x25519-key-agreement-key-2020": "^3.0.0",
"assert-plus": "^1.0.0",
"base58-universal": "^2.0.0",
"base64url-universal": "^2.0.0",
"jose": "^5.9.6",
"lru-cache": "^6.0.0",
"url-template": "^3.0.0"
},
"peerDependencies": {
"@bedrock/core": "^6.0.1",
"@bedrock/mongodb": "^10.0.0",
"@bedrock/package-manager": "^3.0.0"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"eslint": "^8.18.0",
"eslint-config-digitalbazaar": "^5.0.1",
"eslint-plugin-jsdoc": "^48.0.2",
"eslint-plugin-unicorn": "^50.0.1",
"jsdoc": "^4.0.2",
"jsdoc-to-markdown": "^8.0.0"
}
}