-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 2.18 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
62
63
64
65
66
67
{
"name": "login.dfe.jobs",
"version": "4.0.0",
"description": "",
"scripts": {
"dev": "settings='./config/login.dfe.jobs.dev.json' nodemon src/index.js",
"test": "jest --coverage"
},
"engines": {
"node": "18.x.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DFE-Digital/login.dfe.node-boilerplate.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/DFE-Digital/login.dfe.node-boilerplate/issues"
},
"homepage": "https://github.com/DFE-Digital/login.dfe.node-boilerplate#readme",
"dependencies": {
"@slack/webhook": "^7.0.0",
"agentkeepalive": "^4.2.1",
"applicationinsights": "^2.9.1",
"aws-sdk": "^2.279.1",
"body-parser": "^1.20.0",
"ejs": "^3.1.7",
"express": "^4.17.3",
"jsonwebtoken": "^9.0.2",
"login.dfe.api.auth": "github:DFE-Digital/login.dfe.api.auth#v2.3.3",
"login.dfe.async-retry": "github:DFE-Digital/login.dfe.async-retry#v2.0.3",
"login.dfe.config.schema.common": "github:DFE-Digital/login.dfe.config.schema.common#v2.1.6",
"login.dfe.dao": "4.2.15",
"login.dfe.express-error-handling": "github:DFE-Digital/login.dfe.express-error-handling#v3.0.1",
"login.dfe.healthcheck": "github:DFE-Digital/login.dfe.healthcheck#v3.0.2",
"login.dfe.jwt-strategies": "github:DFE-Digital/login.dfe.jwt-strategies#v4.1.1",
"login.dfe.kue": "github:DFE-Digital/login.dfe.kue#v0.12.2",
"login.dfe.winston-appinsights": "github:DFE-Digital/login.dfe.winston-appinsights#v5.0.3",
"morgan": "^1.10.0",
"node-cron": "^3.0.0",
"nodemon": "^3.0.1",
"notifications-node-client": "^8.2.1",
"pm2": "^5.2.0",
"sequelize": "^6.18.0",
"simpl-schema": "^3.4.1",
"tedious": "^18.2.1",
"uuid": "^8.3.2",
"winston": "^3.7.2",
"xml-escape": "^1.1.0",
"xml2js": "^0.5.0"
},
"devDependencies": {
"eslint": "^8.13.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.6.0",
"jest": "^29.6.3",
"jest-cli": "^29.6.3",
"node-mocks-http": "^1.11.0"
},
"jest": {
"testEnvironment": "node",
"collectCoverage": false,
"clearMocks": true
}
}