-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "proconnect-test-client",
"version": "1.0.0",
"description": "This is a minimal, nodeJS-based ProConnect client, to be used for end-to-end testing.",
"homepage": "https://github.com/numerique-gouv/proconnect-test-client#readme",
"bugs": {
"url": "https://github.com/numerique-gouv/proconnect-test-client/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/numerique-gouv/proconnect-test-client.git"
},
"license": "AGPL-3.0",
"author": "",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"body-parser": "^1.20.3",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.21.1",
"express-session": "^1.18.1",
"morgan": "^1.10.0",
"openid-client": "^5.7.0"
},
"devDependencies": {
"prettier": "^3.3.3"
},
"packageManager": "[email protected]+sha256.df0a1f7691654b94786013e5d5b80a873a7ffbae9c82c3bec8b5db76bc3b7dfd",
"engines": {
"node": "20",
"npm": ">=10"
}
}