-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.03 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
38
39
40
41
42
43
44
{
"dependencies": {
"@types/mongoose": "^5.11.97",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cookie": "^0.6.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dot-env": "^0.0.1",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"express": "^4.18.3",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.4.5",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"pg": "^8.11.3",
"router": "^1.3.8",
"sequelize": "^6.37.3",
"sqlite3": "^5.1.7",
"ts-postgres": "^2.0.0",
"typescript": "^5.3.3"
},
"name": "tourism-app",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"dev": " concurrently \"tsc --watch\" \"nodemon dist/index.js\"",
"build": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.6",
"@types/pg": "^8.11.2",
"concurrently": "^8.2.2",
"nodemon": "^3.1.0"
}
}