mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-02-09 13:03:10 +00:00
19 lines
409 B
JSON
19 lines
409 B
JSON
{
|
|
"name": "frontend",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"license": "EUPL-1.2",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"check": "astro check --minimumSeverity error",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.6",
|
|
"@astrojs/node": "^9.0.0",
|
|
"astro": "^5.16.15",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|