-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 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
{
"name": "is-payment-service",
"version": "1.0.0",
"description": "Legalisation payment microservice",
"author": "Mike Skaife <mike.skaife@informed.com>",
"dependencies": {
"@aws-sdk/client-s3": "^3.723.0",
"axios": "^1.7.9",
"body-parser": "1.20.3",
"connect-redis": "^6.1.3",
"cookie-parser": "^1.4.6",
"dotenv": "^16.4.7",
"ejs": "^3.1.9",
"express": "^4.20.0",
"express-session": "^1.18.0",
"fs-extra": "^11.2.0",
"govuk_frontend_toolkit": "9.0.1",
"govuk-elements-sass": "3.1.3",
"govuk-frontend": "^4.9.0",
"moment": "^2.30.1",
"node-schedule": "^2.1.1",
"pg": "^8.13.1",
"pg-hstore": "^2.3.4",
"redis": "^4.7.0",
"sequelize": "^6.37.5",
"should": "^13.2.3",
"supertest": "^6.3.3",
"winston": "^3.17.0"
},
"devDependencies": {
"chai": "^4.3.8",
"mocha": "^10.4.0",
"nock": "^13.5.6",
"sass": "^1.83.1"
},
"scripts": {
"start": "NODE_ENV=development node server.js 3003",
"test": "node_modules/mocha/bin/_mocha --timeout 10000 --recursive test/ --exit"
},
"license": "MIT"
}