-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 982 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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "ts-node-express",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "npx ts-node bin/www "
},
"dependencies": {
"@types/axios": "^0.14.0",
"@types/cookie-parser": "^1.4.7",
"@types/express-session": "^1.18.0",
"@types/http-errors": "^2.0.4",
"axios": "^1.6.8",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^16.4.5",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-session": "^1.18.0",
"http-errors": "~1.6.3",
"mongoose": "^8.2.3",
"morgan": "~1.9.1",
"passport": "^0.7.0",
"passport-google-oauth": "^2.0.0"
},
"main": "app.js",
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/express": "^4.17.21",
"@types/morgan": "^1.9.9",
"@types/node": "^20.11.30",
"@types/passport": "^1.0.16",
"nodemon": "^3.1.0",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"typescript": "^5.4.3"
}
}