2021-04-15 15:55:50 +00:00
|
|
|
{
|
2021-06-29 16:05:33 +00:00
|
|
|
"name": "@example/with-markdown",
|
2021-06-28 12:02:59 +00:00
|
|
|
"version": "0.0.1",
|
2021-06-28 15:46:10 +00:00
|
|
|
"private": true,
|
2021-04-15 15:55:50 +00:00
|
|
|
"scripts": {
|
2021-04-30 21:33:35 +00:00
|
|
|
"start": "astro dev",
|
2021-06-08 15:10:56 +00:00
|
|
|
"build": "astro build"
|
2021-04-15 15:55:50 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-08-05 20:57:21 +00:00
|
|
|
"astro": "^0.18.9"
|
2021-04-30 21:33:35 +00:00
|
|
|
},
|
|
|
|
"snowpack": {
|
|
|
|
"workspaceRoot": "../.."
|
2021-04-15 15:55:50 +00:00
|
|
|
}
|
|
|
|
}
|