-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.06 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.06 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "okdevtv-integrated",
"version": "0.3.0",
"description": "Integrated platform for okdevtv and odevtube",
"main": "bin/www",
"keywords": [],
"author": "kenu",
"license": "MIT",
"private": true,
"scripts": {
"dev": "nodemon ./bin/www",
"start": "node ./bin/www",
"serve": "npm run start",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:unit": "jest tests/unit",
"test:integration": "jest tests/integration",
"format": "prettier --write .",
"migrate:db": "node scripts/migrate-db.js",
"health-check": "node scripts/health-check.js",
"prestart": "node scripts/health-check.js"
},
"dependencies": {
"@aws-sdk/client-ses": "^3.978.0",
"@sentry/node": "^10.34.0",
"@sentry/tracing": "^7.120.4",
"aws-sdk": "^2.1693.0",
"axios": "^1.13.2",
"bcryptjs": "^3.0.3",
"body-parser": "^2.2.2",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dayjs": "^1.11.19",
"debug": "^4.4.3",
"dompurify": "^3.3.1",
"dotenv": "^17.2.3",
"ejs": "^4.0.1",
"express": "^5.2.1",
"express-session": "^1.18.2",
"global": "^4.4.0",
"google-auth-library": "^10.5.0",
"google-spreadsheet": "^5.0.2",
"googleapis": "^170.0.0",
"helmet": "^8.1.0",
"http-errors": "^2.0.0",
"jsdom": "^27.4.0",
"mariadb": "^3.4.5",
"marked": "^17.0.1",
"morgan": "^1.10.1",
"mysql": "^2.18.1",
"node-html-parser": "^7.0.2",
"nodemailer": "^9.0.1",
"openai": "^6.16.0",
"passport": "^0.7.0",
"passport-facebook": "^3.0.0",
"passport-github2": "^0.1.12",
"random-email": "^1.0.3",
"sequelize": "^6.37.8",
"serve-favicon": "^2.5.1",
"sqlite3": "^5.1.7",
"stripe": "^14.25.0",
"uuid": "^13.0.0",
"youtube-transcript": "^1.2.1"
},
"devDependencies": {
"@babel/core": "^7.28.6",
"@babel/preset-env": "^7.28.6",
"frameguard": "^4.0.0",
"jest": "^30.4.2",
"nodemon": "^3.1.11",
"prettier": "^3.8.0",
"supertest": "^7.2.2"
}
}