{
  "name": "@snap-doc/markdown-emitter",
  "version": "0.13.0",
  "description": "Markdown emitter for snap-doc",
  "author": "Mike North <michael.l.north@gmail.com>",
  "homepage": "https://github.com/snap-doc/snap-doc#readme",
  "license": "BSD-2-Clause",
  "main": "lib/src/index.js",
  "types": "lib/src/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/snap-doc/snap-doc.git"
  },
  "scripts": {
    "lint": "yarn lint:js && yarn lint:md",
    "lint:js": "eslint . --ext js,ts",
    "lint:md": "remark .",
    "test": "mocha test/**/*.test.ts",
    "test:debug": "yarn test -- --inspect-brk",
    "test:coverage": "rm -rf coverage && nyc yarn test --report cobertura",
    "codacy:transmit-coverage": "cat coverage/lcov.info | codacy-coverage",
    "coveralls:transmit-coverage": "cat coverage/lcov.info | coveralls",
    "clean": "rm -rf ./lib",
    "build": "tsc -b .",
    "build:watch": "tsc -w --preserveWatchOutput -p ./",
    "rebuild": "npm run clean & npm run build",
    "prepublishOnly": "tsc -b ."
  },
  "bugs": {
    "url": "https://github.com/snap-doc/snap-doc/issues"
  },
  "devDependencies": {
    "@code-to-json/test-helpers": "1.0.0-rc.42",
    "@code-to-json/utils-node": "1.0.0-rc.45",
    "@types/rimraf": "2.0.2",
    "@types/unist": "2.0.3",
    "chai": "4.2.0",
    "codecov": "3.3.0",
    "json-typescript": "1.1.2",
    "mocha": "6.1.2",
    "nyc": "13.3.0",
    "scripty": "1.9.1",
    "snap-shot-it": "6.3.3",
    "ts-node": "8.0.3",
    "typescript": "3.4.3"
  },
  "nyc": {
    "watermarks": {
      "lines": [
        80,
        95
      ],
      "functions": [
        80,
        95
      ],
      "branches": [
        80,
        95
      ],
      "statements": [
        80,
        95
      ]
    },
    "require": [
      "ts-node/register",
      "source-map-support/register"
    ],
    "extension": [
      ".ts"
    ],
    "include": [
      "src"
    ],
    "reporter": [
      "lcov",
      "json",
      "text-summary"
    ]
  },
  "dependencies": {
    "@mike-north/types": "^1.1.0",
    "@snap-doc/core": "^0.13.0",
    "@snap-doc/emitter": "^0.10.0",
    "debug": "^4.1.1",
    "mdast-builder": "^1.0.1",
    "mdast-util-toc": "^3.0.1",
    "remark-html": "^9.0.0",
    "remark-parse": "^6.0.3",
    "remark-stringify": "^6.0.4"
  },
  "gitHead": "6535676679b6be96319dd725cbb609046b8adf0e"
}
