-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 741 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 741 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
{
"name": "clearload",
"version": "0.7.3",
"description": "ClearLoad: Stateless website privacy & cookie security auditor utilizing Playwright and Express",
"main": "server.js",
"type": "module",
"scripts": {
"start": "node server.js",
"dev": "node server.js",
"validate-dicts": "node scripts/validate-dictionaries.js",
"test": "npm run validate-dicts"
},
"dependencies": {
"@fontsource/outfit": "^5.2.8",
"@fontsource/plus-jakarta-sans": "^5.2.8",
"@fortawesome/fontawesome-free": "^7.2.0",
"cookie-session": "^2.1.1",
"express": "^5.2.1",
"express-rate-limit": "^8.5.2",
"helmet": "^8.2.0",
"open": "^11.0.0",
"openid-client": "^6.8.4",
"playwright": "^1.60.0"
}
}