Files
domain-watchdog/docs/package.json

23 lines
475 B
JSON
Raw Normal View History

2025-11-12 22:29:35 +01:00
{
"name": "domainwatchdog.eu",
"private": true,
2025-11-12 22:39:09 +01:00
"author": {
"name": "Maël Gangloff",
"email": "contact@maelgangloff.fr"
},
2025-11-12 22:29:35 +01:00
"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"
}
}