{
  "name": "react-static-plugin-markdown",
  "version": "1.1.0",
  "description": "Markdown plugin for React-Static",
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "prepublishOnly": "yarn run build"
  },
  "keywords": [
    "react",
    "react-static",
    "react-static-plugin",
    "markdown",
    "commonmark"
  ],
  "homepage": "https://gitlab.com/Vinnl/react-static-plugin-markdown",
  "bugs": "https://gitlab.com/Vinnl/react-static-plugin-markdown/issues",
  "main": "index.js",
  "types": "index.d.ts",
  "author": "Vincent Tunru <npm@vincenttunru.com> (https://VincentTunru.com)",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/Vinnl/react-static-plugin-markdown.git"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^23.3.10",
    "@types/node": "^10.12.18",
    "@types/react": "^16.7.17",
    "@types/react-test-renderer": "^16.0.3",
    "jest": "^23.6.0",
    "react-static": "^6.1.4",
    "react-test-renderer": "^16.7.0",
    "ts-jest": "^23.10.5",
    "typescript": "^3.2.2"
  },
  "dependencies": {
    "gray-matter": "^4.0.1",
    "react-markdown": "^4.0.6"
  },
  "peerDependencies": {}
}
