Files
trust-issues/package.json
T
Compleet 006955bfc8
validate / validate (push) Failing after 7s
Establish the publication foundation
2026-07-14 11:54:31 +01:00

22 lines
429 B
JSON

{
"name": "trust-issues",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"check": "astro check",
"validate": "npm run check && npm run build"
},
"dependencies": {
"@astrojs/rss": "4.0.19",
"astro": "7.0.9"
},
"devDependencies": {
"@astrojs/check": "0.9.9",
"@types/node": "26.1.1",
"typescript": "6.0.3"
}
}