-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "8kur.net",
"description": "8kur API",
"version": "0.0.1",
"author": {
"email": "[email protected]",
"name": "t3ndai"
},
"private": true,
"dependencies": {
"@bull-board/api": "^5.15.3",
"@bull-board/express": "^5.15.3",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"bullmq": "^5.5.1",
"cheerio": "1.0.0-rc.12",
"compression": "^1.7.4",
"connect-rid": "^0.0.1",
"cors": "^2.8.5",
"crawlee": "^3.8.2",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-mysql-session": "^3.0.0",
"express-session": "^1.18.0",
"express-validator": "^7.0.1",
"helmet": "^7.1.0",
"ioredis": "^5.3.2",
"morgan": "^1.10.0",
"multer": "1.4.5-lts.1",
"mysql": "^2.18.1",
"mysql2": "^3.9.3",
"playwright": "^1.42.1",
"pug": "^3.0.2",
"puppeteer": "^22.6.3",
"ulid": "^2.3.0",
"validate.js": "^0.13.1"
},
"type": "module",
"devDependencies": {
"@biomejs/biome": "^1.6.3",
"eslint": "^8.57.0",
"nodemon": "^3.1.0",
"standard": "^17.1.0"
},
"scripts": {
"startDev": "pnpm nodemon index.js"
}
}