{
  "name": "@leisn/markdown-it-toc",
  "version": "2.0.0",
  "description": "Markdown-it plugin to make table of contents, default parse tag [toc].",
  "main": "./lib/index.js",
  "author": "leisn",
  "license": "MIT",
  "keywords": [
    "markdown",
    "markdown-it",
    "markdown-it-plugin",
    "markdown-it-toc"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/leisn/markdown-it-toc.git"
  },
  "homepage": "https://github.com/leisn/markdown-it-toc#readme",
  "scripts": {
    "test": "SET NODE_ENV=test&& mocha --harmony --reporter spec --require should test/*.js",
    "tsc": "tsc -b"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/markdown-it": "^10.0.1",
    "@types/punycode": "^2.1.0",
    "markdown-it": "^11.0.0",
    "mocha": "^8.0.1",
    "should": "^13.2.3"
  }
}
