-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 882 Bytes
/
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
{
"name": "tincat",
"version": "1.0.0",
"type": "commonjs",
"description": "Welcome to the official repository for TinCat, the feline dating app where local kitties find their purr-fect match. Our application provides an intuitive platform for our feline friends to meet, socialize, and fall in love. This README serves as a guide to the structure and setup of the project.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"engines": {
"node": "20.x"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-session": "^1.18.0",
"passport": "^0.7.0",
"passport-google-oauth2": "^0.2.0",
"pg": "^8.11.5"
}
}