{
  "name": "twigwind",
  "version": "4.3.7",
  "description": "A utility-first CSS framework that's tiny, JS-powered, and designed for rapid prototyping",
  "main": "src/css.js",
  "bin": {
    "twigwind": "cli.cjs"
  },
  "directories": {
    "src": "src"
  },
  "scripts": {
    "build": "node build.cjs",
    "dev": "node build.cjs",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "files": [
    "src/css.css",
    "src/css.js",
    "build.cjs",
    "cli.cjs",
    "README.md",
    "LICENSE.txt"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/helloadhavan/twigwind.git"
  },
  "keywords": [
    "css",
    "framework",
    "utility-first",
    "tailwind",
    "jit",
    "prototyping",
    "parser",
    "compiler"
  ],
  "author": "Adhavan Yuvaraj",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/helloadhavan/twigwind/issues"
  },
  "homepage": "https://twigwind.github.io/",
  "dependencies": {
    "chokidar": "^4.0.3",
    "jsdom": "^27.0.1"
  }
}
