{
  "name": "commonmark",
  "description": "a strongly specified, highly compatible variant of Markdown",
  "version": "0.31.2",
  "homepage": "https://commonmark.org",
  "keywords": [
    "markdown",
    "commonmark",
    "md",
    "stmd"
  ],
  "repository": "commonmark/commonmark.js",
  "author": "John MacFarlane",
  "bugs": {
    "url": "https://github.com/commonmark/commonmark.js/issues"
  },
  "license": "BSD-2-Clause",
  "type": "commonjs",
  "main": "./dist/commonmark.js",
  "module": "./lib/index.js",
  "exports": {
    ".": {
      "require": "./dist/commonmark.js",
      "default": "./lib/index.js"
    }
  },
  "bin": {
    "commonmark": "./bin/commonmark"
  },
  "scripts": {
    "build": "rollup -c",
    "lint": "eslint .",
    "test": "node ./test/test",
    "prepublish": "npm run build",
    "pretest": "npm run build"
  },
  "dependencies": {
    "entities": "~3.0.1",
    "mdurl": "~1.0.1",
    "minimist": "~1.2.8"
  },
  "directories": {
    "lib": "./lib"
  },
  "engines": {
    "node": "*"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^11.0.1",
    "@rollup/plugin-json": "^4.0.1",
    "@rollup/plugin-node-resolve": "^7.0.0",
    "acorn": ">=8.7.0",
    "benchmark": "^2.1.4",
    "bower": "^1.8.13",
    "cached-path-relative": "^1.0.2",
    "eslint": "^8.6.0",
    "http-server": "^14.1.0",
    "lodash": "^4.17.21",
    "markdown-it": ">= 12.3",
    "marked": ">=4.0.10",
    "mem": ">=4.0.0",
    "rollup": "^1.29.0",
    "rollup-plugin-uglify": "^6.0.4",
    "serialize-javascript": "^6.0.0",
    "showdown": "^1.9.1",
    "uglify-js": "^3.14.5"
  }
}
