-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 923 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": "memeet-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"dev": "nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlejandroLuisHC/memeet-backend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlejandroLuisHC/memeet-backend/issues"
},
"homepage": "https://github.com/AlejandroLuisHC/memeet-backend#readme",
"devDependencies": {
"aws-sdk": "^2.1309.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"express-jwt": "^8.3.0",
"fs-extra": "^11.1.0",
"helmet": "^6.0.1",
"jest": "^29.4.1",
"jwks-rsa": "^3.0.1",
"mongoose": "^6.8.3",
"morgan": "^1.10.0",
"nodemon": "^2.0.20",
"supertest": "^6.3.3",
"validator": "^13.7.0"
}
}