-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 945 Bytes
/
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
{
"name": "bedrock-module-template-http",
"version": "0.0.1-0",
"description": "Bedrock HTTP API",
"main": "./lib",
"scripts": {
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/digitalbazaar/bedrock-module-template-http"
},
"keywords": [
"bedrock"
],
"author": {
"name": "Digital Bazaar, Inc.",
"email": "support@digitalbazaar.com",
"url": "https://digitalbazaar.com"
},
"bugs": {
"url": "https://github.com/digitalbazaar/bedrock-module-template-http/issues"
},
"homepage": "https://github.com/digitalbazaar/bedrock-module-template-http",
"dependencies": {
"esm": "^3.2.25"
},
"peerDependencies": {
"bedrock": "^4.1.1",
"bedrock-express": "^3.2.0"
},
"directories": {
"lib": "./lib"
},
"devDependencies": {
"eslint": "^7.14.0",
"eslint-config-digitalbazaar": "^2.6.1"
},
"engines": {
"node": ">=12"
}
}