{
  "name": "magnet2torrent-js",
  "version": "1.4.0",
  "description": "Convert magnet to torrent (independent of third-party services)",
  "main": "index.js",
  "scripts": {
    "test": "node test/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Tsuk1ko/magnet2torrent-js.git"
  },
  "bugs": {
    "url": "https://github.com/Tsuk1ko/magnet2torrent-js/issues"
  },
  "homepage": "https://github.com/Tsuk1ko/magnet2torrent-js#readme",
  "keywords": [
    "magnet",
    "torrent",
    "convert"
  ],
  "author": "Jindai Kirin",
  "license": "MIT",
  "dependencies": {
    "bncode": "^0.5.3",
    "buffer-from": "^1.1.1",
    "hat": "^0.0.3",
    "parse-torrent": "^7.1.2",
    "peer-wire-swarm": "^0.12.2",
    "torrent-discovery": "^9.2.1"
  }
}
