{
    "name": "utorrent-block-xunlei",
    "version": "0.0.6",
    "main": "./index.js",
    "bin": {
        "utorrent-block-xunlei": "./utorrent-block-xunlei.js"
    },
    "description": "Xunlei Blocker of uTorrent",
    "keywords": [
        "utorrent",
        "xunlei",
        "blocker"
    ],
    "type": "commonjs",
    "engines": {
        "node": ">=16.6.1"
    },
    "scripts": {
        "build:npm": "tsc",
        "build:exe": "pkg ./utorrent-block-xunlei.js --targets latest-win-x64",
        "publish:npm": "npm publish"
    },
    "author": {
        "name": "ShenHongFei",
        "email": "shf19961008@gmail.com",
        "url": "https://github.com/ShenHongFei"
    },
    "publisher": "hongfeishen",
    "license": "MIT",
    "homepage": "https://github.com/ShenHongFei/utorrent-block-xunlei",
    "repository": {
        "type": "git",
        "url": "https://github.com/ShenHongFei/utorrent-block-xunlei"
    },
    "dependencies": {
        "bencode": "^2.0.2",
        "commander": "^8.1.0",
        "lib-qqwry": "^1.3.2",
        "lodash": "^4.17.21",
        "xshell": "^0.0.9"
    },
    "devDependencies": {
        "@types/bencode": "^2.0.0",
        "@types/node": "^16.6.0",
        "pkg": "^5.3.1",
        "typescript": "^4.3.5"
    }
}
