-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.39 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.39 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
{
"name": "mousetrap",
"version": "1.0.0",
"description": "S3 antivirus scanner",
"main": "www.js",
"scripts": {
"dev": "NODE_ENV=development LOG_LEVEL=trace nodemon ./bin/www",
"prod": "node ./bin/www.js",
"test": "jest --detectOpenHandles --bail"
},
"author": "amitl@totango.com",
"license": "ISC",
"devDependencies": {
"aws-sdk-mock": "^5.1.0",
"import-fresh": "^3.2.1",
"jest": "^25.2.4",
"nodemon": "^2.0.2"
},
"dependencies": {
"await-timeout": "^1.1.1",
"aws-sdk": "^2.641.0",
"benchmark": "^2.1.4",
"body-parser": "^1.19.0",
"clamscan": "^1.2.0",
"config": "^3.3.0",
"csv-generate": "^3.2.4",
"express": "^4.17.1",
"express-list-endpoints": "^4.0.1",
"express-request-id": "^1.4.1",
"js-yaml": "^3.13.1",
"jsend": "^1.1.0",
"lodash": "^4.17.19",
"lodash.get": "^4.4.2",
"morgan": "^1.9.1",
"node-notifier": "^9.0.1",
"pino": "^5.17.0",
"pino-pretty": "^3.6.1",
"prom-client": "^12.0.0",
"request": "^2.88.2",
"request-promise-native": "^1.0.8",
"s3-readable-stream": "0.0.8",
"s3-streams": "^0.4.0",
"sqs-consumer": "^5.4.0",
"streamspeed": "^1.1.1",
"uuid": "^7.0.2",
"yargs": "^15.3.1"
}
}