-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.24 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.24 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
{
"name": "haber-sametbasbug-dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"ozet:new": "node scripts/new-gunluk-ozet.mjs",
"news:prepare": "news_pipeline/.venv/bin/news-pipeline heartbeat prepare-one --json",
"news:publish-one": "news_pipeline/.venv/bin/news-pipeline heartbeat publish-one --execute --no-collect --json",
"news:audit": "news_pipeline/.venv/bin/news-pipeline audit-content && news_pipeline/.venv/bin/news-pipeline audit-images",
"news:demo": "news_pipeline/.venv/bin/news-pipeline demo walkthrough",
"test:pipeline": "news_pipeline/.venv/bin/python -m pytest news_pipeline/tests",
"quality": "npm run news:audit && npm run test:pipeline && npm run build"
},
"dependencies": {
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.3",
"astro": "^6.4.5",
"firebase": "^12.10.0"
},
"description": "Editorial-first AI-assisted news publishing system for haber.sametbasbug.dev",
"devDependencies": {
"@astrojs/check": "^0.9.9",
"typescript": "^6.0.3"
},
"overrides": {
"volar-service-yaml": "^0.0.71",
"yaml-language-server": "^1.23.0",
"yaml": "^2.8.3"
}
}