{
  "name": "@briwa.dev/canvas",
  "version": "0.3.0",
  "description": "A tiny canvas animations",
  "homepage": "https://github.com/briwa/canvas#readme",
  "bugs": {
    "url": "https://github.com/briwa/canvas/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/briwa/canvas.git"
  },
  "license": "MIT",
  "author": "",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.umd.cjs"
    },
    "./dist/index.iife.js": "./dist/index.iife.js",
    "./package.json": "./package.json"
  },
  "main": "./dist/index.umd.cjs",
  "unpkg": "./dist/index.iife.js",
  "jsdelivr": "./dist/index.iife.js",
  "directories": {
    "test": "test"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "test": "vitest run",
    "test:watch": "vitest",
    "preview": "vite preview"
  },
  "devDependencies": {
    "vite": "^8.1.5",
    "vitest": "^4.1.10"
  },
  "module": "./dist/index.js",
  "sideEffects": false
}
