{
  "name": "essential-cursors",
  "version": "1.1.0",
  "description": "Essential Cursor — professional SVG cursor system by Essential Web Tools",
  "license": "BSD-3-Clause",
  "author": "Essential Web Tools",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/essential-web-tools/essential-cursor.git"
  },
  "homepage": "https://github.com/essential-web-tools/essential-cursor",
  "bugs": {
    "url": "https://github.com/essential-web-tools/essential-cursor/issues"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "style": "dist/essential-cursors.css",
  "unpkg": "dist/essential-cursors.min.css",
  "jsdelivr": "dist/essential-cursors.min.css",
  "sideEffects": false,
  "keywords": [
    "cursor",
    "cursors",
    "svg",
    "css",
    "pointer",
    "design-system",
    "accessibility",
    "cdn"
  ],
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "build": "node scripts/build.mjs",
    "test": "node --test tests/*.test.mjs",
    "preview": "node scripts/preview.mjs",
    "prepublishOnly": "npm run build && npm test"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}
