-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1 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
{
"name": "team-06-text-swap",
"version": "1.0.0",
"description": "Textbook Swap Website",
"type": "module",
"main": "server.js",
"directories": {
"doc": "docs"
},
"scripts": {
"deploy": "copyfiles client/* server/* .env package*.json deploy",
"start": "node server/index.js",
"debug": "node --inspect-brk index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anushkasingh16/team06.git"
},
"author": "Tyler Viarengo, Anushka Singh, Alan Zheng, Helton Pongnon",
"license": "ISC",
"dependencies": {
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-session": "^1.17.2",
"mongodb": "^4.5.0",
"morgan": "^1.10.0",
"passport": "^0.5.2",
"passport-local": "^1.0.0",
"pg": "^8.7.3",
"save": "^2.5.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"copyfiles": "^2.4.1"
},
"bugs": {
"url": "https://github.com/anushkasingh16/team06/issues"
},
"homepage": "https://github.com/anushkasingh16/team06#readme"
}