{
  "name": "node-upload-images",
  "version": "1.0.1",
  "description": "Library for uploading images to popular image hosting services, uses Node and Axios.",
  "main": "build/index.js",
  "scripts": {
    "start:dev": "npx nodemon",
    "start": "npm run build && node build/index.js",
    "clean": "rimraf build",
    "prebuild": "npm run clean",
    "build": "tsc",
    "preversion": "npm run build",
    "postversion": "git push --follow-tags",
    "test": "jest",
    "test:dev": "jest --watchAll",
    "start-ts": "ts-node ./src"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/4miners/node-upload-images.git"
  },
  "keywords": [
    "image",
    "upload",
    "node",
    "axios",
    "fastpic.org",
    "pixhost.to",
    "postimages.org",
    "upload.cc"
  ],
  "author": "Mariusz Serek",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.4.0",
    "@types/node": "^18.14.6",
    "@types/tough-cookie": "^4.0.2",
    "jest": "^29.4.3",
    "prettier": "^2.8.4",
    "rimraf": "^4.3.0",
    "ts-jest": "^29.0.5",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "axios": "^1.4.0",
    "axios-ddos-guard-bypass": "^1.0.3",
    "form-data": "^4.0.0"
  }
}
