-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 941 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
39
{
"name": "oas-api",
"version": "0.0.1.10.10",
"description": "One Alias Service, Forward to your own main address",
"main": "server.js",
"type": "module",
"scripts": {
"start": "node server.js",
"dev": "nodemon --env-file dev.env server.js"
},
"keywords": [
"mail",
"forward",
"oas.20032003.xyz"
],
"author": "Shivam Shukla",
"license": "MIT",
"dependencies": {
"axios": "^1.7.5",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.6",
"express-mongo-sanitize": "^2.2.0",
"express-rate-limit": "^7.4.0",
"helmet": "^7.1.0",
"hpp": "^0.2.3",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.5.4",
"morgan": "^1.10.0",
"nodemailer": "^6.9.14",
"passport": "^0.7.0",
"passport-facebook": "^3.0.0",
"passport-github2": "^0.1.12",
"passport-google-oauth20": "^2.0.0",
"validator": "^13.12.0"
},
"devDependencies": {
"nodemon": "^3.1.4"
}
}