-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 987 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 987 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
28
29
30
31
32
33
34
35
{
"name": "final-project-ithofar",
"version": "1.0.0",
"description": "Final Project for AIT. Using express, react, and postgreSQL",
"main": "index.js",
"scripts": {
"test": "node server/app.mjs 1",
"nodemon": "nodemon server/app.mjs 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nyu-csci-ua-0467-001-002-spring-2023/final-project-ITHOFAR.git"
},
"author": "Isaac Harris",
"license": "ISC",
"bugs": {
"url": "https://github.com/nyu-csci-ua-0467-001-002-spring-2023/final-project-ITHOFAR/issues"
},
"homepage": "https://github.com/nyu-csci-ua-0467-001-002-spring-2023/final-project-ITHOFAR#readme",
"devDependencies": {
"eslint": "^8.36.0",
"hbs": "^4.2.0",
"nodemon": "^2.0.21",
"pm2": "^5.3.0"
},
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-session": "^1.17.3",
"path": "^0.12.7",
"pg": "^8.10.0",
"pg-pool": "^3.6.0"
}
}