-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.34 KB
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
45
46
47
48
49
50
51
{
"name": "tripai",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install-dependencies": "npm install && npx puppeteer browsers install chrome",
"start": "npm run install-dependencies && node app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"autoprefixer": "^10.4.21",
"daisyui": "^5.0.5",
"nodemon": "^3.1.9",
"postcss": "^8.5.3",
"tailwindcss": "^4.0.14"
},
"dependencies": {
"@cashfreepayments/cashfree-sdk": "^0.1.7",
"@huggingface/inference": "^3.1.5",
"amadeus": "^11.0.0",
"axios": "^1.8.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.3",
"cashfree-pg": "^4.3.10",
"cashfree-pg-sdk-nodejs": "^2.0.2",
"connect-flash": "^0.1.1",
"connect-redis": "^7.1.1",
"cookie-parser": "^1.4.7",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"express": "^4.21.2",
"express-rate-limit": "^7.5.0",
"express-session": "^1.18.1",
"express-validator": "^7.2.1",
"firebase": "^11.3.1",
"firebase-admin": "^13.2.0",
"flash": "^1.1.0",
"helmet": "^8.0.0",
"mongoose": "^8.12.1",
"node-cache": "^5.1.2",
"path": "^0.12.7",
"puppeteer": "^24.4.0",
"redis": "^4.7.0",
"replicate": "^1.0.1",
"session": "^0.1.0"
}
}