forked from Soumadipdas18/spirit2021
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
26 lines (26 loc) · 1.25 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
{
"name": "spirit2021",
"version": "1.0.0",
"description": "``` ┌───────────────────────────────────────────────┐ _ __ _ ___ ___ _ __ _ __ ___ (_) ___ / _` |/ _ \\ / _ \\| '__| '_ ` _ \\ | |/ _ \\ | (_| | (_) | (_) | | | | | | | |_| | (_) | \\__, |\\___/ \\___/|_| |_| |_| |_(_)_|\\___/ |___/ \t\t\t 🌩 𝘼𝙣𝙮𝙤𝙣𝙚 𝙘𝙖𝙣 𝙙𝙚𝙫𝙚𝙡𝙤𝙥! └───────────────────────────────────────────────┘ ```",
"main": "server.js",
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-generator": "^4.16.1",
"express-session": "^1.17.2",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.1",
"multer": "^1.4.3",
"nodemailer": "^6.6.3",
"nodemon": "^2.0.12"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC"
}