{
  "version": "0.0.15",
  "description": "A tiny utility for generating CSS Mesh Gradients",
  "homepage": "https://meshgrad.cretu.dev",
  "name": "meshgrad",
  "author": {
    "email": "crisemcr@gmail.com",
    "name": "Cristian Crețu",
    "url": "https://cretu.dev"
  },
  "bugs": {
    "url": "https://github.com/cristicretu/meshgrad/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cristicretu/meshgrad.git"
  },
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepublishOnly": "cp ../README.md . && pnpm build",
    "postpublish": "rm README.md",
    "build": "tsup src",
    "dev": "tsup src --watch"
  },
  "keywords": [
    "mesh-gradients",
    "gradient",
    "css-gradient",
    "meshgradient",
    "gradient-generator",
    "npm-gradient",
    "npm-meshgradient",
    "css-meshgradient",
    "mesh-gradient-generator",
    "mesh-gradient-generator-npm",
    "mesh-gradient-generator-npm-package",
    "mesh-gradient-generator-npm-package-css",
    "mesh-gradient-generator-npm-package-css-meshgradient"
  ],
  "devDependencies": {
    "tsup": "^6.2.2"
  }
}
