{
  "name": "@atjson/source-commonmark",
  "version": "0.28.8",
  "description": "Create atjson documents from CommonMark.",
  "main": "dist/commonjs/index.js",
  "module": "dist/modules/index.js",
  "types": "dist/commonjs/index.d.ts",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@atjson/offset-annotations": "0.58.0",
    "entities": "~6.0.0",
    "markdown-it": "14.1.0"
  },
  "peerDependencies": {
    "@atjson/document": ">= 0.29.0 < 1"
  },
  "gitHead": "9745dcd3e606b4f40e3fd352c780c45bb97e311c"
}
