-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 KB
/
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
42
43
44
45
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"dev-task-queue": "node consumeTasks.mjs",
"dev-astro": "astro dev",
"dev": "concurrently \"npm:dev-*\""
},
"dependencies": {
"@astrojs/node": "^6.0.1",
"@astrojs/rss": "^3.0.0",
"@extractus/article-extractor": "^8.0.2",
"@zachleat/table-saw": "^1.0.2",
"adm-zip": "^0.5.10",
"article-title": "^4.1.0",
"astro": "^3.2.0",
"better-sqlite3": "^8.6.0",
"bullmq": "^4.12.0",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.3.1",
"fast-glob": "^3.3.1",
"get-audio-duration": "^4.0.1",
"html-entities": "^2.4.0",
"html-to-text": "^9.0.5",
"htmx.org": "^1.9.6",
"js-md5": "^0.8.0",
"marked": "^9.0.3",
"mp3-duration": "^1.1.0",
"node-id3": "^0.2.6",
"p-map": "^6.0.0",
"pdf.js-extract": "^0.2.1",
"unzipper": "^0.10.14",
"wikipedia": "^2.1.1"
},
"devDependencies": {
"concurrently": "^8.2.1",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0"
}
}