{
  "name": "hexo-theme-cupertino",
  "version": "2.0.0",
  "description": "The Hexo Blog Theme Cupertino.",
  "license": "MIT",
  "repository": "MrWillCom/hexo-theme-cupertino",
  "homepage": "https://cupertino.mrwillcom.com/",
  "keywords": [
    "hexo",
    "theme",
    "hexo-theme",
    "cupertino",
    "cupertino-design"
  ],
  "author": "Mr. Will (https://github.com/MrWillCom)",
  "bugs": {
    "url": "https://github.com/MrWillCom/hexo-theme-cupertino/issues"
  },
  "files": [
    "_config.yml",
    "layout",
    "scripts",
    "source",
    "languages",
    "assets"
  ],
  "dependencies": {
    "hexo-autoprefixer": "^2.0.0",
    "hexo-renderer-ejs": "^2.0.0",
    "sass": "^1.89.2"
  },
  "devDependencies": {
    "@changesets/cli": "^2.29.5",
    "prettier": "3.6.1"
  },
  "scripts": {
    "format": "prettier . --write",
    "changeset": "changeset"
  }
}