generated from digitalbazaar/bedrock-module-template-http
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.82 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
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@bedrock/service-core",
"version": "10.1.1-0",
"type": "module",
"description": "Bedrock Service Core",
"main": "./lib/index.js",
"files": [
"lib/**/*.js",
"schemas/**/*.js"
],
"scripts": {
"lint": "eslint --ext .cjs,.js ."
},
"repository": {
"type": "git",
"url": "https://github.com/digitalbazaar/bedrock-service-core"
},
"keywords": [
"bedrock"
],
"author": {
"name": "Digital Bazaar, Inc.",
"email": "[email protected]",
"url": "https://digitalbazaar.com"
},
"bugs": {
"url": "https://github.com/digitalbazaar/bedrock-service-core/issues"
},
"homepage": "https://github.com/digitalbazaar/bedrock-service-core",
"dependencies": {
"@digitalbazaar/ed25519-multikey": "^1.1.0",
"@digitalbazaar/ed25519-signature-2020": "^5.4.0",
"@digitalbazaar/ezcap-express": "^7.1.0",
"@digitalbazaar/lru-memoize": "^3.0.2",
"assert-plus": "^1.0.0",
"bnid": "^3.0.0",
"cidr-regex": "^4.1.1",
"cors": "^2.8.5",
"forwarded": "^0.2.0",
"ipaddr.js": "^2.2.0",
"klona": "^2.0.6"
},
"peerDependencies": {
"@bedrock/core": "^6.1.3",
"@bedrock/did-context": "^6.0.0",
"@bedrock/did-io": "^10.3.1",
"@bedrock/express": "^8.3.1",
"@bedrock/jsonld-document-loader": "^5.1.0",
"@bedrock/meter-usage-reporter": "^9.0.1",
"@bedrock/mongodb": "^10.2.0",
"@bedrock/oauth2-verifier": "^2.2.0",
"@bedrock/security-context": "^9.0.0",
"@bedrock/validation": "^7.1.0",
"@bedrock/veres-one-context": "^16.0.0",
"@bedrock/zcap-storage": "^8.0.1"
},
"directories": {
"lib": "./lib"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-digitalbazaar": "^5.2.0",
"eslint-plugin-jsdoc": "^48.10.2",
"eslint-plugin-unicorn": "^55.0.0"
},
"engines": {
"node": ">=18"
}
}