{
  "name": "marked-ts",
  "description": "A full-featured markdown parser and compiler, written in TypeScript",
  "author": "Костя Третяк <ktretiak.in.ua@gmail.com>",
  "version": "1.0.0-beta.5",
  "main": "dist/index",
  "typings": "dist/index",
  "directories": {
    "lib": "src"
  },
  "repository": "git://github.com/KostyaTretyak/marked-ts.git",
  "homepage": "https://github.com/KostyaTretyak/marked-ts",
  "bugs": {
    "url": "http://github.com/KostyaTretyak/marked-ts/issues"
  },
  "license": "MIT",
  "keywords": [
    "markdown",
    "markup",
    "html"
  ],
  "tags": [
    "markdown",
    "markup",
    "html"
  ],
  "optionalDependencies": {
    "typescript": "^2.6.2"
  },
  "devDependencies": {
    "@types/highlight.js": "^9.12.2",
    "@types/jasmine": "^2.8.4",
    "@types/katex": "^0.5.0",
    "@types/markdown-it": "^0.0.4",
    "@types/node": "^8.5.8",
    "commonmark": "^0.28.1",
    "concurrently": "^3.5.1",
    "highlight.js": "^9.12.0",
    "jasmine": "^2.9.0",
    "katex": "^0.9.0-beta",
    "markdown": "*",
    "markdown-it": "^8.4.0",
    "marked": "^0.3.12",
    "prettier": "^1.16.4",
    "remarkable": "^1.7.1",
    "rimraf": "^2.6.3",
    "showdown": "^1.8.6",
    "tslint": "^5.12.1",
    "tslint-config-prettier": "^1.18.0",
    "tslint-plugin-prettier": "^2.0.1",
    "typescript": "^2.6.2"
  },
  "scripts": {
    "test": "rimraf dist-test && tsc --project test && node dist-test/index.js && jasmine",
    "compile": "rimraf dist && tsc",
    "compile-example": "rimraf dist && tsc && rimraf dist-example && tsc --project examples-usage",
    "bench": "node --expose-gc dist-test/benchmarks.js",
    "watch": "npm run compile && concurrently 'tsc -w' 'tsc -w --project test' 'tsc -w --project examples-usage'"
  }
}
