{
  "name": "svg-toolbox",
  "version": "1.2.0",
  "description": "A comprehensive SVG manipulation and analysis library for creating, converting, optimizing, comparing, and analyzing SVG elements",
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "files": [
    "lib",
    "es",
    "LICENSE",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SteamedBread2333/svg-toolbox.git"
  },
  "scripts": {
    "build:es": "tsc -p tsconfig.json",
    "build:cjs": "tsc -p tsconfig.cjs.json",
    "build": "npm run build:es && npm run build:cjs",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "prepublishOnly": "npm run build && npm run test"
  },
  "keywords": [
    "svg",
    "svg-toolbox",
    "svg-manipulation",
    "svg-analysis",
    "svg-optimization",
    "svg-conversion",
    "svg-comparison",
    "image-processing"
  ],
  "author": "pipi",
  "license": "MIT",
  "dependencies": {
    "jsdom": "^26.0.0",
    "pixelmatch": "5.3.0",
    "pngjs": "^7.0.0",
    "sharp": "^0.33.5"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/jsdom": "^21.1.7",
    "@types/node": "^22.10.7",
    "@types/pixelmatch": "^5.2.6",
    "@types/pngjs": "^6.0.5",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "typescript": "^5.7.3"
  }
}
