{
  "name": "comicaljs",
  "//version": "major.minor come from here; publish sets patch via scripts/set-version-from-npm.js (BUILD_NUMBER override or next npm version)",
  "version": "0.4.2",
  "description": "Edit cartoon bubble frames around an HTML element",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "keywords": [
    "comic",
    "balloon",
    "speech bubbles"
  ],
  "author": "SIL Bloom Team & Contributors",
  "license": "MIT",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BloomBooks/comical-js.git"
  },
  "dependencies": {
    "paper": "0.12.8"
  },
  "packageManager": "pnpm@10.33.2",
  "volta": {
    "node": "24.15.0",
    "pnpm": "10.33.2"
  }
}
