{
  "name": "@khoohaoyit/tailwind-grid-center",
  "version": "0.0.5",
  "description": "A tailwind plugin that helps centering the last row on a grid",
  "repository": "https://github.com/khoohaoyit/tailwind-grid-center",
  "main": "src/index.js",
  "scripts": {
    "dev": "conc --kill-others npm:dev:*",
    "dev:http-server": "npx http-server -c-1 ./pages",
    "dev:tailwind": "npx tailwindcss -i ./pages/tailwind.css -o ./pages/index.css --watch"
  },
  "keywords": [
    "tailwind",
    "plugin",
    "center",
    "grid",
    "last row"
  ],
  "author": "KhooHaoYit",
  "license": "MIT",
  "devDependencies": {
    "concurrently": "^7.4.0",
    "http-server": "^14.1.1",
    "tailwindcss": "^3.2"
  },
  "peerDependencies": {
    "tailwindcss": ">=3.0.0"
  }
}