{
  "name": "t-share",
  "version": "1.3.2",
  "description": "Share Files And Directories from your Terminal",
  "main": "bin/index.js",
  "preferGlobal": true,
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "file sharing",
    "android",
    "ios",
    "mobile",
    "cli sharing",
    "directory sharing",
    "file serving",
    "directory serving",
    "mobile file sharing",
    "share clipboard",
    "receive file",
    "send file"
  ],
  "bin": {
    "t-share": "./bin/index.js",
    "terminal-sharing": "./bin/index.js"
  },
  "author": "Ishaan Sharma",
  "license": "MIT",
  "dependencies": {
    "clipboardy": "^3.0.0",
    "express": "^4.18.1",
    "express-basic-auth": "^1.2.1",
    "express-fileupload": "^1.4.0",
    "portfinder": "^1.0.32",
    "qrcode-terminal": "^0.12.0",
    "serve-handler": "^6.1.3",
    "yargs": "^17.6.0"
  }
}
