-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.85 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "water-abstraction-import",
"version": "2.32.1",
"description": "App that manages import jobs for the Water Resource Licencing Service",
"homepage": "https://github.com/DEFRA/water-abstraction-team",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/DEFRA/water-abstraction-import"
},
"author": "WRLS service team",
"license": "OGL-UK-3.0",
"scripts": {
"test": "lab --leaks",
"lint": "standard",
"migrate": "node scripts/create-schema && node scripts/migrate",
"migrate:down": "db-migrate down",
"migrate:create": "db-migrate create --sql-file --",
"migrate:test": "export NODE_ENV=test && node scripts/create-schema && node scripts/migrate",
"version": "npx --yes auto-changelog -p --commit-limit false && git add CHANGELOG.md"
},
"dependencies": {
"@airbrake/node": "^2.1.8",
"@envage/hapi-pg-rest-api": "^4.1.2",
"@envage/water-abstraction-helpers": "^4.9.0",
"@hapi/boom": "^9.1.0",
"@hapi/catbox-redis": "^5.0.5",
"@hapi/hapi": "^21.3.10",
"@hapi/hoek": "^10.0.1",
"@hapi/joi": "^15.1.1",
"aws-sdk": "^2.1657.0",
"blipp": "^4.0.2",
"bluebird": "^3.7.2",
"csv-stringify": "^5.5.0",
"db-migrate": "^0.11.14",
"db-migrate-pg": "^1.5.2",
"deep-map": "^2.0.0",
"dotenv": "^8.2.0",
"firstline": "^2.0.2",
"hapi-auth-jwt2": "^8.8.1",
"hapi-pino": "^11.0.1",
"mkdir": "0.0.2",
"moment": "^2.30.1",
"node-cron": "^2.0.3",
"pg": "^8.12.0",
"pg-boss": "^3.2.2",
"proxy-agent": "^3.1.1",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"sentence-case": "^3.0.4",
"url-join": "^4.0.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@hapi/code": "^8.0.1",
"@hapi/lab": "^22.0.4",
"pino-pretty": "^9.1.1",
"sinon": "^9.0.2",
"standard": "^17.1.0"
}
}