generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 611
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 918 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 918 Bytes
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
{
"name": "hotel-app",
"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.922.0",
"@cucumber/cucumber": "^12.2.0",
"cookie-parser": "^1.4.7",
"debug": "^4.4.3",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"http-errors": "^2.0.0",
"morgan": "^1.10.1",
"pug": "^3.0.3",
"selenium-webdriver": "^4.38.0",
"serve-favicon": "^2.5.1"
},
"devDependencies": {
"aws-sdk-client-mock": "^4.1.0",
"jest": "^30.2.0",
"jest-junit": "^16.0.0",
"prettier": "^3.6.2",
"supertest": "^7.1.4"
}
}