{
  "name": "ginny",
  "version": "0.4.9",
  "description": "Simple static website generator",
  "repository": {
    "url": "https://github.com/ginny-org/ginny"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "start": "tsc -w",
    "prepublishOnly": "npm run build",
    "test": "eslint . && prettier -c ."
  },
  "bin": {
    "ginny": "lib/cli.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.1",
    "@eslint/js": "^9.39.1",
    "@types/ansi": "^0.3.6",
    "@types/js-beautify": "^1.14.3",
    "@types/node": "^24.10.1",
    "@types/yargs": "^17.0.35",
    "eslint": "^9.39.1",
    "eslint-config-prettier": "^10.1.8",
    "prettier": "^3.6.2",
    "typescript-eslint": "^8.47.0"
  },
  "dependencies": {
    "@swc-node/register": "^1.11.1",
    "@swc/core": "^1.15.2",
    "@types/micromatch": "^4.0.10",
    "@types/prop-types": "^15.7.15",
    "@types/showdown": "^2.0.6",
    "ansi": "^0.3.1",
    "autoprefixer": "^10.4.22",
    "chokidar": "^4.0.3",
    "cssnano": "^7.1.2",
    "csstype": "^3.2.3",
    "js-beautify": "^1.15.4",
    "micromatch": "^4.0.8",
    "pirates": "^4.0.7",
    "postcss": "^8.5.6",
    "purgecss": "^7.0.2",
    "sass": "^1.94.1",
    "showdown": "^2.1.0",
    "source-map-support": "^0.5.21",
    "typescript": "^5.9.3",
    "yargs": "^18.0.0"
  }
}
