{
  "name": "markdown-it-highlightjs",
  "version": "4.3.0",
  "description": "Preset to use highlight.js with markdown-it.",
  "keywords": [
    "markdown-it-plugin"
  ],
  "license": "Unlicense",
  "author": "Val (https://val.codejam.info)",
  "types": "types/index.d.ts",
  "repository": "valeriangalliat/markdown-it-highlightjs",
  "scripts": {
    "build": "esbuild src/*.ts --format=cjs --outdir=dist",
    "lint": "ts-standard src/*.ts test/*.js",
    "prepack": "npm run prepare && npm run lint && npm run type-check && npm test && npm run test-ts-import",
    "prepare": "npm run build && npm run type-declarations",
    "test": "npm run build && mocha",
    "test-ts-import": "ts-node test/types.ts",
    "type-check": "tsc -noEmit",
    "type-declarations": "tsc --project tsconfig.build.json --declaration --emitDeclarationOnly --outDir types"
  },
  "dependencies": {
    "highlight.js": "^11.9.0"
  },
  "devDependencies": {
    "@tsconfig/recommended": "^1.0.1",
    "@types/markdown-it": "^12.2.3",
    "@types/node": "^17.0.23",
    "chai": "^4.3.6",
    "esbuild": "^0.14.34",
    "markdown-it": "^12.3.2",
    "markdown-it-attrs": "^4.1.3",
    "mocha": "^9.2.2",
    "ts-node": "^10.7.0",
    "ts-standard": "^11.0.0",
    "typescript": "^4.6.3"
  }
}
