-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
44 lines (44 loc) · 1.15 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "gdsc-ait-website",
"version": "0.1.0",
"description": "An offical repository for the GDSC AIT website",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false cd client && npm install && npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/DSC-AIT-Pune/gdsc-ait-website.git"
},
"keywords": [
"NodeJS",
"Backend",
"Express",
"ReactJS"
],
"author": "GDSC AIT",
"license": "ISC",
"bugs": {
"url": "https://github.com/DSC-AIT-Pune/gdsc-ait-website/issues"
},
"homepage": "https://github.com/DSC-AIT-Pune/gdsc-ait-website#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"colors": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^9.0.2",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-mongo-sanitize": "^2.1.0",
"express-rate-limit": "^5.2.6",
"hpp": "^0.2.3",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.12.9",
"nodemon": "^2.0.7",
"path": "^0.12.7",
"xss": "^1.0.9",
"xss-clean": "^0.1.1"
}
}