{
  "name": "hexo-widget-tree",
  "version": "0.2.3",
  "description": "Tree preview widget for hexo.",
  "main": "index.js",
  "files": [
    "css",
    "js",
    "lib"
  ],
  "scripts": {
    "build": "sass scss/index.scss css/index.css --no-source-map",
    "dev": "sass --watch scss/index.scss css/index.css --no-source-map",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/YunYouJun/hexo-widget-tree.git"
  },
  "author": {
    "name": "YunYouJun",
    "email": "me@yunyoujun.cn",
    "url": "https://www.yunyoujun.cn"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/YunYouJun/hexo-widget-tree/issues"
  },
  "homepage": "https://github.com/YunYouJun/hexo-widget-tree#readme",
  "devDependencies": {
    "hexo": "^7.2.0",
    "sass": "^1.76.0"
  }
}
