-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 709 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 709 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
{
"name": "nodejs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@kinde-oss/kinde-node-express": "^1.0.12",
"@kinde-oss/kinde-nodejs-sdk": "^1.2.3",
"@types/node": "^18.0.6",
"body-parser": "^1.20.1",
"dompurify": "^3.0.1",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.2",
"qjson-db": "^1.0.2",
"random-string-gen": "^1.1.4",
"request": "^2.88.2",
"sanitize-html": "^2.10.0",
"stripe": "^11.16.0"
}
}