-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.09 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.09 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
35
36
37
38
39
40
{
"name": "hotfix.day",
"homepage": "https://www.hotfix.day",
"repository": "github:hotfixday/hotfix.day",
"description": "HotFix.Day · Fixes, Failures & the Future of DevOps. Things break in production; we write about why. Incident analysis, infrastructure automation, CI/CD, observability, and open-source SRE tooling.",
"license": "Apache-2.0",
"type": "module",
"author": {
"name": "Rishav Dhar",
"url": "https://www.rdhar.dev"
},
"bugs": {
"url": "https://github.com/hotfixday/hotfix.day/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/rdhar"
},
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "bunx --bun astro dev",
"build": "bunx --bun astro build",
"preview": "bunx --bun astro preview",
"astro": "bunx --bun astro"
},
"dependencies": {
"@astrojs/mdx": "5.0.3",
"@astrojs/rss": "4.0.18",
"@astrojs/sitemap": "3.7.2",
"astro": "6.1.3",
"sharp": "0.34.5"
},
"devDependencies": {
"@types/bun": "1.3.11",
"prettier": "3.8.1",
"prettier-plugin-astro": "0.14.1"
}
}