{
  "name": "dx",
  "version": "1.1.6",
  "description": "This is a file transfer tool written in Node.js and built using WebRTC.",
  "preferGlobal": true,
  "type": "module",
  "main": "src/dx.js",
  "bin": {
    "dx": "src/dx.js"
  },
  "scripts": {
    "patch": "npm version patch",
    "rsync": "rsync -avz ./src ./package.json root@54.251.70.115:/root/dxdev",
    "preinstall": "node src/install.js"
  },
  "keywords": [
    "file transfer",
    "webrtc",
    "p2p",
    "nodejs",
    "network",
    "data transfer",
    "secure",
    "peer-to-peer"
  ],
  "author": {
    "name": "humbass",
    "email": "humbass@gmail.com"
  },
  "license": "ISC",
  "files": [
    "src/",
    "README.md",
    "README_CN.md"
  ],
  "dependencies": {
    "commander": "^14.0.0",
    "fs-extra": "^11.3.0",
    "glob": "^11.0.3",
    "mitt": "^3.0.1",
    "readline": "^1.3.0",
    "werift": "^0.22.9",
    "ws": "^8.18.3"
  }
}
