{
  "name": "hexo-theme-cake",
  "version": "5.0.1",
  "description": "🍰Cake is lovely hexo theme, sweet.",
  "main": "index.js",
  "files": [
    "languages",
    "layout",
    "lib",
    "scripts",
    "source",
    "_config.yml",
    "index.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JiangTJ/hexo-theme-cake.git"
  },
  "keywords": [
    "hexo",
    "theme",
    "cake"
  ],
  "author": "Mr.J(https://www.dnocm.com) and NexT.org(https://theme-next.org)",
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/JiangTJ/hexo-theme-cake/issues"
  },
  "homepage": "https://www.dnocm.com/cake",
  "devDependencies": {
    "chai": "^6.2.2",
    "eslint": "^10.0.3",
    "eslint-config-hexo": "^6.0.0",
    "hexo": "^8.1.1",
    "jshint-stylish": "^2.2.1",
    "mocha": "^11.7.5",
    "stylint": "^2.0.0"
  },
  "dependencies": {
    "@jiangtj/hexo-icon-svg-core": "^1.1.0",
    "@jiangtj/hexo-patch-load-highlight-style": "^1.2.0",
    "ajv": "^8.18.0",
    "cheerio": "^1.2.0",
    "hexo-extend-injector2": "^0.3.1",
    "hexo-renderer-ejs": "^2.0.0",
    "hexo-renderer-stylus": "^3.0.1",
    "hexo-util": "^4.0.0",
    "inquirer": "^13.3.2",
    "js-yaml": "^4.1.1",
    "lodash": "^4.17.23",
    "medium-zoom": "^1.1.0",
    "semver": "^7.7.4"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "eslint": "eslint .",
    "test": "mocha test/index.js",
    "p": "yarn --proxy=http://localhost:1080"
  }
}