{
  "name": "@toolsycc/image-convert",
  "version": "0.1.5",
  "description": "A utility package for converting image formats.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest",
    "dev": "vitest watch",
    "release": "npm publish --access public",
    "release:dry-run": "npm publish --access public --dry-run"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "image",
    "convert",
    "conversion",
    "png",
    "ico",
    "toolsy",
    "typescript",
    "favicon",
    "icon",
    "windows",
    "sharp",
    "exif",
    "metadata"
  ],
  "author": "Sebastien Carriot <sebastien@digiteld.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^18.0.0",
    "typescript": "^5.0.0",
    "vitest": "^3.1.1"
  },
  "dependencies": {
    "@types/sharp": "^0.32.0",
    "@types/to-ico": "^1.1.3",
    "sharp": "^0.33.5",
    "to-ico": "^1.1.5"
  }
}