-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.09 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.09 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
{
"name": "@bedrock/core",
"version": "6.3.1-0",
"type": "module",
"description": "A core foundation for rich Web applications.",
"license": "Apache-2.0",
"author": {
"name": "Digital Bazaar, Inc.",
"email": "support@digitalbazaar.com",
"url": "https://digitalbazaar.com/"
},
"keywords": [
"bedrock"
],
"scripts": {
"start": "node index.js",
"lint": "eslint"
},
"repository": {
"type": "git",
"url": "https://github.com/digitalbazaar/bedrock"
},
"bugs": {
"url": "https://github.com/digitalbazaar/bedrock/issues"
},
"homepage": "https://github.com/digitalbazaar/bedrock",
"dependencies": {
"@digitalbazaar/async-node-events": "^3.0.0",
"commander": "^9.2.0",
"cycle": "^1.0.3",
"fast-safe-stringify": "^2.1.1",
"passwd-user": "^4.0.0",
"serialize-error": "^11.0.3",
"triple-beam": "^1.3.0",
"winston": "^3.7.2",
"winston-transport": "^4.5.0"
},
"devDependencies": {
"@digitalbazaar/eslint-config": "^7.0.0",
"eslint": "^9.38.0"
},
"engines": {
"node": ">=18"
},
"main": "./lib/index.js"
}