domain-watchdog/docs/package.json
2025-11-12 22:39:28 +01:00

23 lines
475 B
JSON

{
"name": "domainwatchdog.eu",
"private": true,
"author": {
"name": "Maël Gangloff",
"email": "contact@maelgangloff.fr"
},
"type": "module",
"license": "AGPL-3.0-or-later",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.36.2",
"astro": "^5.6.1",
"sharp": "^0.34.2"
}
}