-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.42 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.42 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
52
53
54
55
56
57
58
{
"name": "@bedrock/profile-http",
"version": "26.0.1-0",
"type": "module",
"description": "Bedrock Profile HTTP API",
"main": "./lib/index.js",
"files": [
"lib/**/*.js",
"schemas/**/*.js"
],
"scripts": {
"lint": "eslint --ext .cjs,.js ."
},
"repository": {
"type": "git",
"url": "https://github.com/digitalbazaar/bedrock-profile-http"
},
"keywords": [
"bedrock",
"profile"
],
"author": {
"name": "Digital Bazaar, Inc.",
"email": "support@digitalbazaar.com",
"url": "https://digitalbazaar.com"
},
"bugs": {
"url": "https://github.com/digitalbazaar/bedrock-profile-http/issues"
},
"homepage": "https://github.com/digitalbazaar/bedrock-profile-http",
"dependencies": {
"@digitalbazaar/ed25519-signature-2020": "^5.4.0",
"@digitalbazaar/ezcap": "^4.1.0",
"@digitalbazaar/http-client": "^4.2.0"
},
"peerDependencies": {
"@bedrock/app-identity": "^4.0.0",
"@bedrock/core": "^6.3.0",
"@bedrock/express": "^8.3.1",
"@bedrock/https-agent": "^4.1.0",
"@bedrock/notify": "^1.1.0",
"@bedrock/passport": "^12.0.0",
"@bedrock/profile": "^26.0.0",
"@bedrock/validation": "^7.1.1"
},
"directories": {
"lib": "./lib"
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-digitalbazaar": "^5.2.0",
"eslint-plugin-jsdoc": "^50.6.3",
"eslint-plugin-unicorn": "^56.0.1"
},
"engines": {
"node": ">=18"
}
}