{
    "name": "@investravis.com/hexo-goose-builder",
    "version": "1.0.0",
    "description": "An exploratory plugin that aims to introduce a theme builder for Hexo, which supports modular development in the theme building process and supports popular ESM scripts and TailwindCSS, etc.",
    "main": "index.js",
    "files": [
        "index.js",
        "lib/**"
    ],
    "scripts": {
        "eslint": "eslint .",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "directories": {
        "lib": "lib"
    },
    "engines": {
        "node": ">=16.0.0"
    },
    "publishConfig": {
      "access": "public"
    },
    "homepage": "https://github.com/Travisun/hexo-goose-builder",
    "keywords": [
        "hexo",
        "hexo-plugin",
        "vue",
        "theme builder",
        "esm",
        "ejs",
        "npm",
        "yarn",
        "templates",
        "主题",
        "模板",
        "模块化",
        "组件化",
        "tailwindcss",
        "bundler",
        "theme-builder"
    ],
    "author": "Travis Tang <chen@bytevan.com>",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Travisun/hexo-goose-builder.git"
    },
    "dependencies": {
        "@babel/core": "^7.27.7",
        "@babel/plugin-transform-runtime": "^7.27.4",
        "@babel/preset-env": "^7.27.2",
        "@rollup/plugin-babel": "^6.0.4",
        "@rollup/plugin-commonjs": "^28.0.6",
        "@rollup/plugin-node-resolve": "^16.0.1",
        "autoprefixer": "^10.4.21",
        "chalk": "^4.1.2",
        "chokidar": "^3.6.0",
        "clean-css": "^5.3.3",
        "cli-progress": "^3.12.0",
        "crypto": "^1.0.1",
        "cssnano": "^7.0.7",
        "cssesc": "^3.0.0",
        "fs-extra": "^11.2.0",
        "hexo": "^7.3.0",
        "javascript-obfuscator": "^4.1.1",
        "js-yaml": "^4.1.0",
        "minimatch": "^10.0.3",
        "path": "^0.12.7",
        "photoswipe": "^4.1.3",
        "postcss": "^8.4.31",
        "rollup": "^4.44.1",
        "rollup-plugin-css-only": "^4.5.2",
        "rollup-plugin-postcss": "^4.0.2",
        "tailwindcss": "^3.3.5",
        "terser": "^5.29.2",
        "uglify-js": "^3.17.4"
    },
    "devDependencies": {},
    "bugs": {
        "url": "https://github.com/Travisun/hexo-goose-builder/issues"
    }
}
