{
  "name": "@lezer/markdown",
  "version": "1.3.0",
  "description": "Incremental Markdown parser that consumes and emits Lezer trees",
  "main": "dist/index.cjs",
  "type": "module",
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "Marijn Haverbeke <marijn@haverbeke.berlin>",
  "license": "MIT",
  "devDependencies": {
    "ist": "^1.1.1",
    "mocha": "^10.2.0",
    "@lezer/html": "^1.0.0",
    "rollup": "^2.52.2",
    "rollup-plugin-typescript2": "^0.34.1",
    "ts-node": "^10.0.0",
    "typescript": "^4.3.4",
    "getdocs-ts": "^0.1.0",
    "builddocs": "^1.0.0"
  },
  "dependencies": {
    "@lezer/common": "^1.0.0",
    "@lezer/highlight": "^1.0.0"
  },
  "repository": {
    "type" : "git",
    "url" : "https://github.com/lezer-parser/markdown.git"
  },
  "scripts": {
    "watch": "rollup -w -c rollup.config.js",
    "prepare": "rollup -c rollup.config.js",
    "test": "mocha",
    "build-readme": "node bin/build-readme.cjs"
  }
}
