-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 820 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 820 Bytes
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
{
"name": "bento-icdc-interoperation",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"devStart": "nodemon ./bin/www",
"start": "node ./bin/www",
"debug": "./node_modules/.bin/nodemon --inspect ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.329.0",
"@aws-sdk/cloudfront-signer": "^3.329.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"fast-fuzzy": "^1.12.0",
"graphql": "^15.8.0",
"graphql-http": "^1.21.0",
"html-to-text": "^9.0.4",
"morgan": "^1.10.0",
"node-fetch": "^2.6.7",
"redis": "^4.6.5"
},
"devDependencies": {
"jest": "^29.2.2",
"nodemon": "^2.0.20"
}
}