-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.74 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
{
"name": "flood-xws-contact-web",
"version": "0.1.0",
"description": "XWS Contact Web - the subscription managment application",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build:css": "bin/build-css",
"build": "bin/build",
"lint": "standard",
"unit-test": "lab -c -r console -o stdout -r lcov -o lcov.info",
"test": "npm run lint && npm run unit-test",
"deploy": "cf target -o defra-next-warning-system -s sandbox && cf push xws-contact-web-sandbox",
"deploy:sandbox": "cf login -a api.london.cloud.service.gov.uk -o defra-next-warning-system -s sandbox && cf push xws-contact-web-sandbox",
"deploy:test": "cf login -a api.london.cloud.service.gov.uk -o defra-next-warning-system -s test && cf push xws-contact-web-test"
},
"author": "DEFRA",
"license": "OGL-UK-3.0",
"engines": {
"node": "16"
},
"dependencies": {
"@hapi/boom": "9.1.4",
"@hapi/cookie": "11.0.2",
"@hapi/hapi": "20.2.1",
"@hapi/hoek": "9.2.1",
"@hapi/inert": "6.0.5",
"@hapi/vision": "6.1.0",
"@hapi/wreck": "17.1.0",
"@hapi/yar": "10.1.1",
"aws-sdk": "2.1066.0",
"blipp": "4.0.2",
"dotenv": "15.0.0",
"flood-xws-common": "github:DEFRA/flood-xws-common",
"google-libphonenumber": "3.2.26",
"govuk-frontend": "4.0.0",
"hapi-pino": "9.1.2",
"joi": "17.6.0",
"notifications-node-client": "5.1.1",
"nunjucks": "3.2.3",
"otplib": "12.0.1",
"twilio": "3.73.1"
},
"devDependencies": {
"@hapi/code": "8.0.6",
"@hapi/lab": "24.5.1",
"codeclimate-test-reporter": "0.5.1",
"node-sass": "7.0.1",
"standard": "16.0.4"
},
"standard": {
"ignore": [
"/server/public/static/vendor",
"/server/public/static/js/map.js"
]
}
}