{
  "name": "markdown-theme",
  "version": "0.2.7",
  "description": "Themes for markdown",
  "main": "index.json",
  "files": [
    "src",
    "themes",
    "dist"
  ],
  "scripts": {
    "dev": "serve",
    "watch": "gulp css:dev",
    "build": "gulp css",
    "prepare": "gulp css"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/shfshanyue/markdown-themes.git"
  },
  "keywords": [
    "markdown",
    "markdown-styles",
    "markdown-themes"
  ],
  "author": "shfshanyue",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shfshanyue/markdown-themes/issues"
  },
  "homepage": "https://github.com/shfshanyue/markdown-themes#readme",
  "devDependencies": {
    "clean-css": "^5.3.0",
    "gulp": "^4.0.2",
    "gulp-clean-css": "^4.3.0",
    "gulp-postcss": "^9.0.1",
    "gulp-rename": "^2.0.0",
    "postcss": "^8.4.13",
    "precss": "^4.0.0",
    "serve": "^13.0.2",
    "tailwindcss": "^3.0.24"
  }
}
