-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1014 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": "backend",
"version": "1.0.0",
"description": "Curiopost's backend server for processing and authenticating users and posts.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/curiopost/backend.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/curiopost/backend/issues"
},
"homepage": "https://github.com/curiopost/backend#readme",
"dependencies": {
"aerect.js": "^2.0.1",
"bcrypt": "^5.0.1",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-rate-limit": "^6.5.1",
"http-errors": "^2.0.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.4.4",
"morgan": "^1.10.0",
"node-fetch": "^2.6.7",
"nodemailer": "^6.7.7",
"number-abbreviate": "^2.0.0",
"random-number-csprng": "^1.0.2",
"safe-compare": "^1.1.4",
"validator": "^13.7.0"
}
}