generated from GDGVIT/template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 913 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": "This is the backend for the AO3 project ",
"main": "index.js",
"type": "module",
"scripts": {
"test": "nodemon ./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GDGVIT/ao3-chrome-extension-backend.git"
},
"keywords": [
"AO3"
],
"author": "Varshith Kumar",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/GDGVIT/ao3-chrome-extension-backend/issues"
},
"homepage": "https://github.com/GDGVIT/ao3-chrome-extension-backend#readme",
"devDependencies": {
"nodemon": "^3.1.4"
},
"dependencies": {
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"nodemailer": "^6.9.14",
"pg": "^8.12.0"
}
}