This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.63 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
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@prisma/client": "^4.11.0",
"@types/argon2": "^0.15.0",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/express-useragent": "^1.0.2",
"@types/fluent-ffmpeg": "^2.1.21",
"@types/gifsicle": "^5.2.0",
"@types/multer": "^1.4.7",
"@types/node": "^18.14.4",
"@types/pngquant-bin": "^4.0.0",
"@types/qrcode": "^1.5.0",
"@types/sharp": "^0.31.1",
"@types/uuid": "^9.0.1",
"argon2": "^0.30.3",
"axios": "^1.3.4",
"body-parser": "^1.20.2",
"chalk": "^5.2.0",
"compress-images": "2.0.5",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-delay": "^0.2.0",
"express-rate-limit": "^6.7.0",
"express-useragent": "^1.0.15",
"fast-average-color-node": "^2.6.0",
"flakeid": "^1.0.1",
"fluent-ffmpeg": "^2.1.2",
"fs": "^0.0.1-security",
"gifsicle": "5.2.1",
"helmet": "^6.0.1",
"image-size": "^1.0.2",
"ipware": "^2.0.0",
"moment": "^2.29.4",
"multer": "^1.4.5-lts.1",
"node-fetch": "^3.3.0",
"nodemailer": "^6.9.1",
"otplib": "^12.0.1",
"path": "^0.12.7",
"pngquant-bin": "6.0.1",
"prisma": "^4.11.0",
"pug": "^3.0.2",
"qrcode": "^1.5.1",
"sharp": "^0.31.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"uuid": "^9.0.0"
},
"scripts": {
"start": "NODE_ENV=production node build/index.js",
"dev": "nodemon source/index.ts",
"build": "tsc"
},
"name": "looplens-api",
"version": "1.0.0",
"main": "index.js",
"author": "Metehan Saral",
"license": "MIT"
}