forked from zach7815/classbehaviorappbackend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 746 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 746 Bytes
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
{
"name": "classbehaviorappbackend",
"version": "1.0.0",
"description": "A postgress backend for a classroom management app. ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/zach7815/classbehaviorappbackend.git"
},
"author": "zach",
"license": "ISC",
"bugs": {
"url": "https://github.com/zach7815/classbehaviorappbackend/issues"
},
"homepage": "https://github.com/zach7815/classbehaviorappbackend#readme",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-oauth2-jwt-bearer": "^1.6.0",
"pg": "^8.11.3",
"sequelize": "^6.35.1"
}
}