summaryrefslogtreecommitdiff
path: root/packages/markdown/component/package.json
blob: fcbb120c525a7d57c915d8c0997cb9603255d95f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "name": "@astrojs/markdown-component",
  "version": "0.1.0",
  "type": "module",
  "author": "withastro",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/withastro/astro.git",
    "directory": "packages/markdown/component"
  },
  "bugs": "https://github.com/withastro/astro/issues",
  "homepage": "https://astro.build",
  "main": "./Markdown.astro",
  "exports": {
    ".": {
      "astro": "./Markdown.astro"
    }
  },
  "scripts": {
    "test": "mocha --exit --timeout 20000"
  },
  "devDependencies": {
    "astro": "workspace:*",
    "chai": "^4.3.6",
    "cheerio": "^1.0.0-rc.11",
    "mocha": "^9.2.2",
    "@types/mocha": "^9.1.1"
  },
  "keywords": [
    "astro",
    "astro-component"
  ]
}