-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 888 Bytes
/
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
{
"name": "vidly-back-end",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo testing",
"start": "node prisma/seed.js && nodemon app.js"
},
"prisma": {
"seed": "node prisma/seed.js"
},
"dependencies": {
"@netlify/functions": "^1.6.0",
"@prisma/client": "^4.15.0",
"@types/express": "^4.17.17",
"aws-sdk": "^2.1395.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"mongodb": "^4.13.0",
"mongoose": "^6.8.2",
"multer": "^1.4.5-lts.1",
"multer-s3": "^2.10.0",
"nodemon": "^2.0.20",
"pg": "^8.8.0",
"pg-hstore": "^2.3.4",
"prisma": "^4.15.0",
"sequelize": "^6.28.0",
"serverless-http": "^3.2.0",
"socket.io": "^4.5.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"eslint": "^8.42.0"
}
}