-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 944 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 944 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
{
"name": "truemates",
"version": "1.0.0",
"description": "Truemates backend in Express with database and blog storage functionality. ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anthonytk31415/TrueMates.git"
},
"author": "Anthony Trankiem",
"license": "MIT",
"bugs": {
"url": "https://github.com/anthonytk31415/TrueMates/issues"
},
"homepage": "https://github.com/anthonytk31415/TrueMates#readme",
"dependencies": {
"@google-cloud/storage": "^7.11.0",
"@sequelize/core": "^7.0.0-alpha.40",
"@sequelize/postgres": "^7.0.0-alpha.40",
"boom": "^7.3.0",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"pg": "^8.11.5",
"sequelize": "^6.37.3"
}
}