-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.31 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
{
"name": "testdouble_git_issue",
"version": "0.0.0",
"type": "module",
"private": true,
"scripts": {
"local": "NODE_ENV=local nodemon --esm ./src/bin/www.ts",
"test": "NODE_OPTIONS='--loader=ts-node/esm --loader=testdouble' mocha src/test/*.js src/test/*.spec.ts --timeout 3000"
},
"dependencies": {
"@types/cors": "^2.8.12",
"@types/debug": "^4.1.7",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.4",
"@types/http-errors": "^1.8.2",
"@types/node": "^17.0.41",
"@types/openid-client": "^3.7.0",
"@types/pug": "^2.0.6",
"@types/urlencode": "^1.1.2",
"@types/winston": "^2.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"express": "~4.16.1",
"express-session": "^1.17.2",
"http-errors": "~1.6.3",
"nodemon": "^2.0.15",
"pug": "^3.0.2",
"quibble": "0.6.14",
"testdouble": "^3.16.6",
"urlencode": "^1.1.0",
"winston": "^3.7.2"
},
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@types/sinon": "^10.0.11",
"@types/sinon-chai": "^3.2.8",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"aws-sdk": "^2.1121.0",
"axios": "^0.27.2",
"chai": "^4.3.6",
"express-validator": "^6.14.2",
"mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}