{
  "name": "mega-link-checker",
  "version": "1.0.6",
  "description": "Little tool that checks if a mega.nz shared link is valid or not",
  "main": "index.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "start": "node index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/barthofu/mega-link-checker.git"
  },
  "keywords": [
    "mega",
    "mega.nz",
    "link",
    "checker"
  ],
  "author": "Bartholomé Gili",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/barthofu/mega-link-checker/issues"
  },
  "homepage": "https://github.com/barthofu/mega-link-checker#readme",
  "dependencies": {
    "isomorphic-fetch": "^3.0.0"
  }
}
