-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "tps-lookup",
"version": "1.0.0",
"description": "Lookup TPS numbers",
"main": "app.js",
"scripts": {
"compileAll": "./bin/main.sh compileAll",
"postinstall": "npm run compileAll",
"start": "node app.js",
"start:dev": "doppler run -p ft-tps-screener -c dev -- node app.js"
},
"author": "Andrew Snead",
"license": "ISC",
"dependencies": {
"@dotcom-reliability-kit/logger": "^3.1.1",
"@financial-times/health-check": "^2.1.9",
"@financial-times/okta-express-middleware": "1.0.6",
"aws-sdk": "^2.822.0",
"body-parser": "^1.17.2",
"browserify": "^17.0.0",
"co": "^4.6.0",
"co-wait": "0.0.0",
"compression": "^1.6.2",
"cookie-session": "^1.4.0",
"dotenv": "^4.0.0",
"dynamo-backup-to-s3": "^0.6.1",
"event-stream": "^3.3.4",
"express": "^4.19.2 ",
"form-data": "^2.5.1",
"sass": "^1.49.9",
"ssh2": "^1.0.0"
},
"engines": {
"node": "18.x"
},
"overrides": {
"@financial-times/okta-express-middleware": {
"@okta/oidc-middleware": {
"passport": "0.5.3"
}
}
}
}