-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 749 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 749 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
31
32
33
{
"type": "module",
"scripts": {
"start": "node --require ts-node/register src/app.ts",
"test": "npx mocha tests/**/*.ts"
},
"dependencies": {
"@types/handlebars": "^4.1.0",
"express": "^5.1.0",
"handlebars": "^4.7.8",
"hbs": "^4.2.0",
"jsdom": "^27.0.0"
},
"devDependencies": {
"@types/chai": "^5.2.2",
"@types/chai-http": "^4.2.4",
"@types/express": "^5.0.3",
"@types/hbs": "^4.0.5",
"@types/jsdom": "^27.0.0",
"@types/mocha": "^10.0.10",
"@types/node": "^24.5.2",
"@types/sinon-chai": "^4.0.0",
"chai": "^6.0.1",
"chai-http": "^5.1.2",
"esmock": "^2.7.3",
"mocha": "^11.7.2",
"mockdate": "^3.0.5",
"sinon": "^21.0.0",
"sinon-chai": "^4.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
}
}