{
  "name": "holygrailcss",
  "version": "4.0.1",
  "description": "Framework CSS generator con Node.js - Genera CSS optimizado con variables CSS desde un archivo JSON de configuración",
  "main": "generate-css.js",
  "style": "dist/output.css",
  "exports": {
    ".": {
      "default": "./generate-css.js"
    },
    "./dist/output": "./dist/output.css",
    "./dist/black-yellow": "./dist/themes/black-yellow.css"
  },
  "bin": {
    "holygrailcss": "./generate-css.js"
  },
  "scripts": {
    "build": "node generate-css.js",
    "watch": "node src/watch-config.js",
    "serve": "node src/dev-server.js",
    "dev": "node src/dev-server.js",
    "start": "npm run build && npm run serve",
    "test": "node tests/run-all.js",
    "vars:report": "node src/docs-generator/variables-cli.js report",
    "vars:remove-unused": "node src/docs-generator/variables-cli.js remove-all-unused",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "css",
    "framework",
    "generator",
    "css-variables",
    "responsive",
    "typography",
    "css-framework",
    "design-tokens"
  ],
  "author": "holygrailcss",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/holygrailcss/holygrail.git"
  },
  "files": [
    "generate-css.js",
    "config.json",
    "README.md",
    "src/**/*",
    "themes/**/*",
    "dist/**/*"
  ],
  "engines": {
    "node": ">=12.0.0"
  }
}
