{
    "name": "@nordskill/ground-zero",
    "private": false,
    "version": "2.1.1",
    "description": "Zero-config Vite + EJS static site generator with hot module reloading and BrowserSync-powered dev server.",
    "type": "module",
    "keywords": [
        "vite",
        "ejs",
        "static-site-generator",
        "ssg",
        "browser-sync",
        "zero-config",
        "markup",
        "hmr"
    ],
    "author": "Oleksii Segodin",
    "license": "MIT",
    "scripts": {
        "ejs": "node scripts/compile-ejs.js",
        "start": "node bin/gzero.js",
        "build": "node bin/gzero-build.js",
        "minify-css": "node scripts/minify-css.js",
        "minify-html": "node scripts/minify-html.js",
        "typecheck": "tsc -p tsconfig.json --noEmit --pretty false"
    },
    "bin": {
        "gzero": "bin/gzero.js",
        "gzero-build": "bin/gzero-build.js"
    },
    "dependencies": {
        "browser-sync": "^3.0.4",
        "ejs": "^5.0.1",
        "esbuild": "^0.27.3",
        "html-minifier-terser": "^7.2.0",
        "sharp": "^0.34.5",
        "svgo": "^4.0.0",
        "vite": "^8.0.3"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/nordskill/ground-zero.git"
    },
    "bugs": {
        "url": "https://github.com/nordskill/ground-zero/issues"
    },
    "homepage": "https://github.com/nordskill/ground-zero#readme",
    "engines": {
        "node": ">=22.12.0"
    },
    "devDependencies": {
        "typescript": "^5.9.3"
    }
}
