ruds.io/package.json
Rudra Saraswat 16dba10451
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled
feat: initial commit
2025-05-30 00:12:32 +01:00

16 lines
313 B
JSON

{
"name": "ruds.io",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/rss": "^4.0.11",
"@fontsource/jetbrains-mono": "^5.2.5",
"astro": "^5.7.5"
}
}