-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 880 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 880 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
{
"name": "daily-brief",
"version": "0.1.0",
"private": true,
"scripts": {
"dry-run": "tsx scripts/dry-run.ts",
"daily": "tsx scripts/daily.ts",
"render": "tsx scripts/render.ts",
"regen-trading": "tsx scripts/regen-trading.ts",
"regen-enrich": "tsx scripts/regen-enrich.ts",
"quota-report": "tsx scripts/quota-report.ts",
"sources": "tsx scripts/sources.ts",
"sources:check": "tsx scripts/sources.ts check",
"deploy": "node scripts/deploy.mjs",
"build-site": "node scripts/build-site.mjs",
"open": "node scripts/open-report.mjs"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.96.0",
"cheerio": "^1.2.0",
"jsonrepair": "^3.14.0",
"openai": "^6.38.0",
"rss-parser": "^3.13.0"
},
"devDependencies": {
"@types/node": "^20",
"dotenv": "^17.4.2",
"tsx": "^4.21.0",
"typescript": "^5"
}
}