-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·37 lines (37 loc) · 916 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·37 lines (37 loc) · 916 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
36
37
{
"name": "9.0-secrets-project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "pnpm nodemon dist/index.js"
},
"keywords": [],
"author": "Illia Polovynko",
"license": "ISC",
"dependencies": {
"@types/passport-google-oauth20": "^2.0.16",
"axios": "^1.11.0",
"bcrypt": "^6.0.0",
"ejs": "^3.1.10",
"express": "^5.1.0",
"express-session": "^1.18.2",
"nodemon": "^3.1.10",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"pg": "^8.16.3"
},
"devDependencies": {
"@types/bcrypt": "^6.0.0",
"@types/express": "^5.0.3",
"@types/express-session": "^1.18.2",
"@types/node": "^24.3.0",
"@types/passport": "^1.0.17",
"@types/passport-local": "^1.0.38",
"@types/pg": "^8.15.5",
"dotenv": "^16.3.1",
"typescript": "^5.9.2"
}
}