{
  "name": "imgbox-js",
  "version": "1.0.35",
  "description": "Lightweight Imgbox API. Unlimited free hosting for images 🗳️.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "prepare": "tsc",
    "build": "rm -rf lib && tsc"
  },
  "keywords": [
    "imgbox",
    "imgbox api",
    "image host",
    "free hosting",
    "nodejs",
    "dropbox",
    "gifyu"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/empun/imgbox-js.git"
  },
  "author": "Arif",
  "license": "MIT",
  "homepage": "https://github.com/empun/imgbox-js#readme",
  "dependencies": {
    "axios": "^0.21.4",
    "form-data": "^4.0.0",
    "is-url": "^1.2.4"
  },
  "devDependencies": {
    "@types/is-url": "^1.2.30",
    "@types/node": "^16.9.2",
    "@types/tough-cookie": "^4.0.1",
    "ts-node": "^10.2.1",
    "typescript": "^4.4.3"
  }
}