-
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) · 738 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 738 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": "mxthmxn.github.io",
"type": "module",
"version": "0.1.0",
"private": true,
"description": "A slow notebook. Fragments, observations, things worth looking at twice.",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"typecheck": "astro check",
"test": "vitest",
"test:run": "vitest run",
"coverage": "vitest run --coverage"
},
"dependencies": {
"astro": "^5.0.0",
"@astrojs/rss": "^4.0.0",
"@astrojs/sitemap": "^3.2.0",
"@astrojs/check": "^0.9.4",
"typescript": "^5.6.0"
},
"devDependencies": {
"vitest": "^2.1.0",
"@vitest/coverage-v8": "^2.1.0"
}
}