-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scorcism/blog-scor32k-backend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/scorcism/blog-scor32k-backend/issues"
},
"homepage": "https://github.com/scorcism/blog-scor32k-backend#readme",
"type": "module",
"dependencies": {
"@apollo/server": "^4.9.3",
"@prisma/client": "^5.0.0",
"aws-sdk": "^2.1463.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-validator": "^7.0.1",
"graphql": "^16.8.1",
"jsonwebtoken": "^9.0.2",
"mongoose": "^7.5.2",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"slugify": "^1.6.6",
"uuid": "^9.0.1"
},
"devDependencies": {
"nodemon": "^3.0.1",
"prisma": "^5.0.0"
}
}