Files
portal/package.json
T

20 lines
388 B
JSON

{
"name": "ctao-portal",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro build && node scripts/check-links.mjs"
},
"dependencies": {
"astro": "^7.2.10"
},
"devDependencies": {
"@astrojs/check": "^0.9.10",
"typescript": "^6.0.3"
}
}