{
  "name": "transfer-sh",
  "version": "2.1.1",
  "description": "Node.js CLI tool for easy file sharing using Transfer.sh",
  "main": "index.js",
  "preferGlobal": true,
  "bin": {
    "transfer": "./bin/transfer.js",
    "transfer-sh": "./bin/transfer.js"
  },
  "scripts": {
    "lint": "standard",
    "unit": "tape ./tests/**/*.js | tap-spec",
    "test": "npm run lint && npm run unit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/roccomuso/transfer-sh.git"
  },
  "keywords": [
    "transfer",
    "transfer.sh",
    "wrapper",
    "cli",
    "upload",
    "file",
    "sharing"
  ],
  "author": "Rocco Musolino",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/roccomuso/transfer-sh/issues"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "homepage": "https://github.com/roccomuso/transfer-sh#readme",
  "dependencies": {
    "base64-stream": "^0.1.3",
    "batched-stream": "^1.0.0",
    "clipboardy": "^1.2.3",
    "concat-stream": "^2.0.0",
    "end-of-stream": "^1.4.1",
    "got": "^9.6.0",
    "is-stream": "^1.1.0",
    "minimist": "^1.2.0",
    "pump": "^3.0.0",
    "through2": "^3.0.0"
  },
  "devDependencies": {
    "standard": "^11.0.1",
    "tap-spec": "^5.0.0",
    "tape": "^4.10.1"
  }
}
