-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.34 KB
/
package.json
File metadata and controls
45 lines (45 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
{
"name": "productsnap",
"version": "3.2.0",
"description": "ProductSnap - AI-Powered Product Management Knowledge Hub with 167+ RSS feeds, Lenny's Podcast transcripts, and RAG-based AI chat",
"main": "aggregator-server.js",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"start": "node aggregator-server.js",
"dev": "node aggregator-server.js",
"build": "cd client && npm install && npm run build",
"build:client": "cd client && npm run build",
"postinstall": "npm run build",
"setup": "npm install && cd client && npm install && npm run build"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.12.0",
"@google/generative-ai": "^0.2.1",
"@mozilla/readability": "^0.6.0",
"adm-zip": "^0.5.16",
"axios": "^1.6.0",
"cheerio": "^1.0.0-rc.12",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-rate-limit": "^7.1.5",
"express-session": "^1.18.0",
"helmet": "^7.1.0",
"jsdom": "^23.0.0",
"jsonwebtoken": "^9.0.2",
"lowdb": "^1.0.0",
"multer": "^1.4.5-lts.2",
"node-cron": "^3.0.3",
"openai": "^4.24.1",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"pdf-parse": "^1.1.4",
"puppeteer": "^24.35.0",
"rss-parser": "^3.13.0",
"uuid": "^9.0.1"
}
}