{
  "name": "markdown-preprocessor",
  "version": "3.4.8",
  "description": "A preprocessor for markdown designed to make document sites for Github Pages",
  "bin": "./dist/bin.js",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "lint": "eslint src/**/*.ts",
    "test": "mocha dist/**/*.spec.js",
    "test-run": "node ./dist/bin.js --config ./example/config.json",
    "debug-test": "node --inspect-brk=33295 --nolazy node_modules/mocha/bin/_mocha dist/**/*.spec.js",
    "watch-build": "tsc --watch",
    "watch-test": "mocha --watch dist/**/*.spec.js",
    "release": "release-it",
    "docs": "jsdoc2md dist/index.js > API.md"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/SeanSobey/markdown-preprocessor.git"
  },
  "keywords": [
    "markdown"
  ],
  "author": "Sean Sobey",
  "license": "MIT",
  "bugs": "https://github.com/SeanSobey/markdown-preprocessor/issues",
  "homepage": "https://github.com/SeanSobey/markdown-preprocessor#readme",
  "readme": "README.md",
  "dependencies": {
    "@types/request": "^2.48.4",
    "fetch-meta": "0.0.6",
    "gitdown": "^2.5.7",
    "globby": "^9.2.0",
    "mkdirp": "^0.5.1",
    "request": "^2.88.0",
    "rimraf": "^3.0.0",
    "tslib": "^1.10.0",
    "uuid": "^3.4.0",
    "yargs": "^15.1.0"
  },
  "devDependencies": {
    "@types/mkdirp": "^0.5.2",
    "@types/mocha": "^5.2.7",
    "@types/node": "^11.15.4",
    "@types/rimraf": "^2.0.3",
    "@types/uuid": "^3.4.6",
    "@types/yargs": "^13.0.4",
    "@typescript-eslint/eslint-plugin": "^2.14.0",
    "@typescript-eslint/eslint-plugin-tslint": "^2.14.0",
    "@typescript-eslint/parser": "^2.14.0",
    "eslint": "^6.8.0",
    "eslint-plugin-functional": "^2.0.0",
    "eslint-plugin-import": "^2.19.1",
    "eslint-plugin-prefer-arrow-functions": "^3.0.1",
    "jsdoc-to-markdown": "^4.0.1",
    "mocha": "^7.0.0",
    "release-it": "^12.4.3",
    "source-map-support": "^0.5.16",
    "tslint": "^5.20.1",
    "tslint-divid": "^1.3.0",
    "typescript": "^3.7.4"
  }
}
