-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.2 KB
/
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
43
44
45
46
47
48
49
50
{
"name": "@firstandthird/reporter",
"version": "5.2.0",
"description": "library to help create a reports service",
"main": "cli.js",
"scripts": {
"test": "eslint . && NODE_ENV=test tap --cov test/*.test.js"
},
"bin": {
"reporter": "cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/firstandthird/reporter.git"
},
"keywords": [
"reports",
"reporter",
"micro-service"
],
"author": "First+Third",
"license": "MIT",
"bugs": {
"url": "https://github.com/firstandthird/reporter/issues"
},
"homepage": "https://github.com/firstandthird/reporter#readme",
"devDependencies": {
"eslint": "^4.15.0",
"eslint-config-firstandthird": "^4.3.0",
"eslint-plugin-import": "^2.8.0",
"tap": "^11.0.1"
},
"eslintConfig": {
"extends": "firstandthird"
},
"dependencies": {
"boom": "^7.1.1",
"catbox-redis": "^4.1.0",
"datefmt": "^0.4.1",
"hapi-method-scheduler": "^4.0.0",
"hapi-password": "^5.1.0",
"hapi-robots": "^3.1.3",
"hapi-transform-csv": "^1.0.6",
"hapi-transform-table": "^1.7.1",
"moment": "^2.24.0",
"nodemailer": "^4.6.7",
"rapptor": "^6.1.0",
"s3put": "^4.0.0"
}
}