{
  "name": "@jackwh/alpine-confetti",
  "version": "1.1.0",
  "description": "An Alpine.js plugin for canvas-confetti.",
  "author": "Jack Webb-Heller",
  "license": "MIT",
  "keywords": [
    "alpinejs",
    "alpine",
    "confetti",
    "canvas-confetti"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jackwh/alpine-confetti"
  },
  "type": "module",
  "main": "dist/browser.js",
  "module": "dist/module.js",
  "types": "dist/module.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "tsc && tsup",
    "change": "npx @changesets/cli",
    "release": "npm run build && changeset publish",
    "lint": "tsc"
  },
  "dependencies": {
    "canvas-confetti": "^1.9.3"
  },
  "devDependencies": {
    "@eslint/js": "^9.14.0",
    "@changesets/cli": "^2.26.0",
    "@types/alpinejs": "^3.13.10",
    "@types/canvas-confetti": "^1.6.4",
    "eslint": "^9.0",
    "tsup": "^8.3.5",
    "typescript": "^5.6.3",
    "typescript-eslint": "^8.13.0"
  }
}
