{
  "name": "frontmatter-markdown-loader",
  "version": "3.7.0",
  "description": "Webpack loader for Front Matter Markdown file to get front matter attributes, compiled markdown and React/Vue component which renders compiled markdown",
  "main": "index.js",
  "files": [
    "index.js",
    "mode.js",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "test": "jest --clearCache && jest --forceExit --detectOpenHandles",
    "test:watch": "jest --watchAll",
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs",
    "docs:deploy": "./docs/deploy.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/hmsk/frontmatter-markdown-loader.git"
  },
  "keywords": [
    "webpack",
    "markdown",
    "frontmatter",
    "vue",
    "loader",
    "react"
  ],
  "author": "Kengo Hamasaki <k.hamasaki@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hmsk/frontmatter-markdown-loader/issues"
  },
  "homepage": "https://github.com/hmsk/frontmatter-markdown-loader#readme",
  "dependencies": {
    "front-matter": "^4.0.0",
    "loader-utils": "^2.0.0",
    "markdown-it": "^12.0.0"
  },
  "devDependencies": {
    "@babel/core": "7.17.9",
    "@babel/preset-env": "7.16.11",
    "@babel/preset-react": "7.16.7",
    "@vue/babel-preset-app": "4.5.17",
    "@vue/component-compiler-utils": "3.3.0",
    "@vue/test-utils": "1.3.0",
    "@vue/vue2-jest": "27.0.0-alpha.4",
    "jest": "27.5.1",
    "node-eval": "2.0.0",
    "react": "18.0.0",
    "react-test-renderer": "18.0.0",
    "vue": "2.6.14",
    "vue-template-compiler": "2.6.14",
    "vuepress": "1.9.7"
  },
  "jest": {
    "testEnvironment": "jsdom",
    "testURL": "http://localhost",
    "moduleFileExtensions": [
      "js",
      "vue",
      "json"
    ],
    "transform": {
      "^.+\\.js$": "babel-jest",
      "^.+\\.vue$": "@vue/vue2-jest"
    }
  }
}
