{
  "name": "gofile-downloader",
  "version": "0.0.2",
  "description": "gofile-downloader is a lightweight Node.js module to easily retrieve download links for files hosted on Gofile.io",
  "keywords": [
    "gofile",
    "download",
    "gofile.io",
    "file-downloader",
    "nodejs",
    "api",
    "guest-account",
    "file-sharing",
    "automation",
    "axios"
  ],
  "homepage": "https://github.com/jujukingg/gofile-downloader#readme",
  "bugs": {
    "url": "https://github.com/jujukingg/gofile-downloader/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jujukingg/gofile-downloader.git"
  },
  "license": "ISC",
  "author": "JujuKing",
  "type": "commonjs",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "dependencies": {
    "axios": "^1.4.0"
  },
  "files": [
    "index.js"
  ]
}
