{
  "name": "hastebin",
  "main": "src/hastebin.js",
  "version": "0.2.1",
  "description": "CLI tool that uploads text to hastebin",
  "author": "Rahat Ahmed",
  "typings": "./index.d.ts",
  "readme": "https://github.com/rahatarmanahmed/hastebin#readme",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/rahatarmanahmed/hastebin/"
  },
  "bugs": {
    "url": "https://github.com/rahatarmanahmed/hastebin/issues"
  },
  "homepage": "https://github.com/rahatarmanahmed/hastebin/",
  "contributors": [
    {
      "name": "Will Hoskings (resynth1943)",
      "email": "resynth1943@outlook.com",
      "url": "https://resynth1943.github.io"
    }
  ],
  "bin": {
    "hastebin": "./src/cli.js"
  },
  "dependencies": {
    "get-stream": "^5.1.0",
    "got": "^5.3.0",
    "yargs": "1.3.2"
  },
  "devDependencies": {
    "@types/got": "^9.6.7",
    "get-stdin": "^5.0.1",
    "standard": "^11.0.1"
  },
  "scripts": {
    "lint": "standard",
    "test": "npm run lint && echo 'test' | node src/cli.js | node test/test.js",
    "prepublish": "npm test",
    "fix": "standard --fix"
  },
  "engines": {
    "node": ">=4"
  }
}
