{
  "name": "hexo-comments-utterances",
  "version": "1.0.5",
  "description": "Hexo Utterances 评论插件，支持接入 Utterances 评论系统",
  "main": "index.js",
  "files": [
    "index.js",
    "layout/",
    "default.yml"
  ],
  "keywords": [
    "hexo",
    "plugin",
    "comments",
    "utterances"
  ],
  "author": "huazie",
  "license": "MIT",
  "dependencies": {
    "hexo-generator-comments": "^1.0.6"
  },
  "devDependencies": {
    "hexo": "^7.2.0"
  },
  "scripts": {
    "build": "echo 'No build required for hexo-comments-utterances'",
    "test": "echo 'No tests specified for hexo-comments-utterances'"
  },
  "engines": {
    "node": ">= 14.0.0",
    "hexo": ">= 5.3.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/",
    "provenance": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/huazie/diversity-plugins.git",
    "directory": "packages/hexo-comments-utterances"
  },
  "bugs": {
    "url": "https://github.com/huazie/diversity-plugins/issues"
  },
  "homepage": "https://github.com/huazie/diversity-plugins/tree/main/packages/hexo-comments-utterances#readme"
}