mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
13 lines
214 B
JSON
13 lines
214 B
JSON
|
{
|
||
|
"name": "@test/image-remark-imgattr",
|
||
|
"version": "0.0.0",
|
||
|
"private": true,
|
||
|
"dependencies": {
|
||
|
"@astrojs/mdx": "workspace:*",
|
||
|
"astro": "workspace:*"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"dev": "astro dev"
|
||
|
}
|
||
|
}
|