{
  "name": "@dknight/puff",
  "version": "0.7.2",
  "description": "Full-featured, lightweight  CSS framework that maintained",
  "main": "dist/puff.css",
  "type": "module",
  "directories": {
    "doc": "docs"
  },
  "scripts": {
    "build": "node build.js",
    "watch": "npx nodemon --watch './src' -e 'css' build.js",
    "serve": "node build.js && browser-sync ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dknight/puff.git"
  },
  "keywords": [
    "css",
    "micro",
    "light",
    "lightweight",
    "framework",
    "lightweight-framework"
  ],
  "engines": {
    "npm": ">=9.6.6",
    "node": ">=18.16.1"
  },
  "author": "Dmitri Smirnov",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dknight/puff/issues"
  },
  "homepage": "https://github.com/dknight/puff#readme",
  "devDependencies": {
    "browser-sync": "^3.0.2",
    "browserslist": "^4.21.10",
    "lightningcss": "^1.23.0",
    "nodemon": "^3.0.1",
    "replace-in-file": "^7.1.0"
  }
}
