generated from ApplebaumIan/tu-cis-4398-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 1.26 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
{
"name": "project-discord-classroom",
"version": "1.0.0",
"description": "[![Open in Codespaces](https://classroom.github.com/assets/launch-codespace-f4981d0f882b2a3f0472912d15f9806d57e124e0fc890972558857b51b24a6f9.svg)](https://classroom.github.com/open-in-codespaces?assignment_repo_id=9911448)\r <div align=\"center\">",
"main": "index.js",
"scripts": {
"start": "node server.js",
"server": "nodemon server.js",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Capstone-Projects-2023-Spring/project-discord-classroom.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Capstone-Projects-2023-Spring/project-discord-classroom/issues"
},
"homepage": "https://github.com/Capstone-Projects-2023-Spring/project-discord-classroom#readme",
"dependencies": {
"@google-cloud/storage": "^6.9.4",
"@supabase/supabase-js": "^2.15.0",
"bootstrap": "^5.2.3",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"pptx": "^0.0.0"
},
"devDependencies": {
"concurrently": "^7.6.0",
"nodemon": "^2.0.21"
}
}