mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-02-10 05:23:09 +00:00
16 lines
No EOL
296 B
JSON
16 lines
No EOL
296 B
JSON
{
|
|
"name": "frontend",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"license": "EUPL-1.2",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^5.16.15",
|
|
"@astrojs/node": "^9.0.0"
|
|
}
|
|
} |