mirror of
https://github.com/s427/MARL.git
synced 2025-01-18 21:10:22 +01:00
19 lines
332 B
JSON
19 lines
332 B
JSON
{
|
|
"name": "marl",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^5.1.1",
|
|
"astro-relative-links": "^0.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"sass-embedded": "^1.83.0"
|
|
}
|
|
}
|