{
  "name": "hexo-theme-redefine-x",
  "version": "2.9.5",
  "private": false,
  "description": "Redefine-X your writing with Hexo Theme Redefine-X. A customized fork of hexo-theme-redefine.",
  "scripts": {
    "npm:publish": "npm run build && npm publish",
    "build": "npm run build:css && npm run build:js",
    "build:css": "npx @tailwindcss/cli -i source/css/tailwind.source.css -o source/css/build/tailwind.css --minify",
    "build:js": "node source/js/build.js",
    "watch:css": "npx @tailwindcss/cli -i source/css/tailwind.source.css -o source/css/build/tailwind.css --watch --minify",
    "release": "npx standard-version -s",
    "release:minor": "npx standard-version --release-as minor -s",
    "release:patch": "npx standard-version --release-as patch -s",
    "release:major": "npx standard-version --release-as major -s"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Jason-JP-Yang/hexo-theme-Redefine-X.git"
  },
  "keywords": [
    "hexo",
    "theme",
    "redefine",
    "redefine-x",
    "simple",
    "pure",
    "powerful",
    "hexo-theme"
  ],
  "author": "Jason-JP-Yang",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/Jason-JP-Yang/hexo-theme-Redefine-X/issues"
  },
  "homepage": "https://redefine-x-docs.jason-yang.top/zh",
  "devDependencies": {
    "eslint": "^8.47.0",
    "glob-promise": "^6.0.7",
    "postcss": "^8.4.47",
    "standard-version": "^9.5.0",
    "tailwindcss": "^4.1.11",
    "terser": "^5.36.0"
  }
}
