-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.31 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
{
"dependencies": {
"@prisma/client": "^5.21.1",
"@quixo3/prisma-session-store": "^3.1.13",
"@types/bcryptjs": "^2.4.6",
"@types/express-validator": "^3.0.2",
"@types/multer": "^1.4.12",
"@types/passport-local": "^1.0.38",
"bcryptjs": "^2.4.3",
"cloudinary": "^2.5.1",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.21.1",
"express-session": "^1.18.1",
"express-validator": "^7.2.0",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"pg": "^8.13.1"
},
"name": "fileuploader",
"version": "1.0.0",
"type": "module",
"description": "A paragon of Google drive using Prisma and Express",
"main": "dist/app.js",
"devDependencies": {
"@types/dotenv": "^8.2.3",
"@types/express": "^5.0.0",
"@types/express-session": "^1.18.0",
"@types/node": "^22.8.2",
"@types/passport": "^1.0.17",
"copyfiles": "^2.4.1",
"prisma": "^5.21.1",
"ts-node": "^10.9.2"
},
"scripts": {
"build": "tsc && copyfiles -u 1 \"src/views/**/*\" dist/",
"watch": "tsc --watch && copyfiles -u 1 \"src/views/**/*\" dist/",
"start": "node dist/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}