-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 766 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 766 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
{
"name": "speedread",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"test": "node scripts/test-reader-core.mjs && node scripts/test-reader-ui-contracts.mjs",
"preview": "astro preview",
"astro": "astro",
"deploy": "astro build && wrangler pages deploy dist",
"ext:icons": "node scripts/generate-extension-icons.mjs",
"ext:pack": "node scripts/package-extension.mjs"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.3",
"@fontsource/inter": "^5.2.8",
"@supabase/supabase-js": "^2.110.7",
"astro": "^7.1.0"
},
"devDependencies": {
"archiver": "^5.3.2",
"sharp": "^0.35.3",
"wrangler": "^4.0.0"
}
}