-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 962 Bytes
/
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
{
"name": "apprunner-hotel-app-3",
"version": "3.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"unit-test": "npx jest --ci --collectCoverage --reporters=jest-junit",
"integration-tests": "cucumber-js test/integration-tests/features --require test/integration-tests/features/step_definitions --format progress --format junit:integration-test-report.xml --parallel 6"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.651.1",
"@cucumber/cucumber": "^11.0.1",
"chromedriver": "^129.0.4",
"cookie-parser": "^1.4.6",
"debug": "~4.3.4",
"express": "^4.21.0",
"http-errors": "~2.0.0",
"morgan": "~1.10.0",
"pug": "^3.0.3",
"selenium-webdriver": "^4.25.0",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"aws-sdk-client-mock": "^4.0.1",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"mocha": "^10.7.3",
"prettier": "^3.3.3",
"supertest": "^7.0.0"
}
}