{
  "name": "node-base64-image",
  "version": "2.1.0",
  "description": "Download images from remote URLs and encode/decode them to base64",
  "main": "dist/index.js",
  "types": "index.d.ts",
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "version": "auto-changelog -p && git add CHANGELOG.md",
    "test": "jest --coverage",
    "lint": "eslint . --ext .ts",
    "build": "tsc --build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/riyadhalnur/node-base64-image.git"
  },
  "keywords": [
    "image",
    "download",
    "base64",
    "encode",
    "decode",
    "javascript",
    "node",
    "nodejs",
    "js",
    "buffer"
  ],
  "author": "Riyadh Al Nur <riyadhalnur@verticalaxisbd.com> (https://verticalaxisbd.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/riyadhalnur/node-base64-image/issues"
  },
  "homepage": "https://riyadhalnur.github.io/node-base64-image/",
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^22.14.1",
    "@typescript-eslint/eslint-plugin": "5.58.0",
    "@typescript-eslint/parser": "5.58.0",
    "auto-changelog": "^2.5.0",
    "eslint": "8.38.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.3.2",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "axios": "^1.8.4"
  },
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "testRegex": "^.+\\.spec\\.ts$"
  }
}
