summaryrefslogtreecommitdiff
path: root/examples/with-markdoc/package.json
blob: fdaec7edb0c304d9ece025427e386a00b97326a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "@example/with-markdoc",
  "type": "module",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "dev": "astro dev",
    "build": "astro build",
    "preview": "astro preview",
    "astro": "astro"
  },
  "dependencies": {
    "@astrojs/markdoc": "^0.12.3",
    "astro": "^5.0.7"
  }
}