{
  "name": "markdown-typora",
  "version": "0.0.14",
  "description": "A renderer that can render md documents into html and customize styles can be well compatible with typora's css styles.",
  "main": "dist/index.js",
  "keywords": ["markdown","parser","css","render","typora","js"],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "xiaozhe",
  "license": "ISC",
  "devDependencies": {
    "css-loader": "^6.10.0",
    "css-minimizer-webpack-plugin": "^6.0.0",
    "html-webpack-plugin": "^5.6.0",
    "mini-css-extract-plugin": "^2.8.1",
    "style-loader": "^3.3.4",
    "terser-webpack-plugin": "^5.3.10",
    "webpack": "^5.91.0",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^5.0.4"
  }
}
