{
  "scripts": {
    "ava": "npm run build && nyc ava --verbose",
    "build": "gulp build",
    "lint": "tslint 'src/**/*'",
    "report-coverage": "nyc report --reporter=text-lcov | coveralls",
    "test": "npm run ava && npm run lint"
  },
  "publishConfig": {
    "access": "public"
  },
  "nyc": {
    "extension": [
      ".ts"
    ],
    "reporter": [
      "text",
      "html"
    ],
    "exclude": [
      "test/**/*"
    ]
  },
  "ava": {
    "files": [
      "./test/**/*-test.js"
    ]
  },
  "devDependencies": {
    "@hopin/wbt-ts-node": "0.0.20",
    "@types/fs-extra": "8.0.0",
    "@types/marked": "0.6.5",
    "@types/prismjs": "1.16.0",
    "ava": "2.1.0",
    "coveralls": "3.0.4",
    "fs-extra": "8.1.0",
    "gulp": "4.0.2",
    "nyc": "14.1.1",
    "sinon": "7.3.2",
    "tslint": "5.18.0"
  },
  "dependencies": {
    "@hopin/logger": "^2.0.0",
    "@types/glob": "^7.1.1",
    "chalk": "^2.4.1",
    "marked": "^0.6.0",
    "prismjs": "^1.15.0"
  },
  "keywords": [
    "hopin",
    "markdown"
  ],
  "files": [
    "build/**/*"
  ],
  "homepage": "https://github.com/gauntface/hopin-markdown#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gauntface/hopin-markdown.git"
  },
  "bugs": {
    "url": "https://github.com/gauntface/hopin-markdown/issues"
  },
  "name": "@hopin/markdown",
  "description": "Module to render Markdown to HTML.",
  "author": "gauntface",
  "license": "Apache-2.0",
  "main": "./build/index.js",
  "typings": "./build/index.d.ts",
  "version": "1.0.0"
}
