ip-changer
Version:
A Node.js tool to change IP address by toggling mobile data on Android devices via ADB
35 lines • 816 B
JSON
{
"name": "ip-changer",
"version": "1.0.0",
"description": "A Node.js tool to change IP address by toggling mobile data on Android devices via ADB",
"main": "bin/ip-changer",
"bin": {
"ip-changer": "./bin/ip-changer"
},
"scripts": {
"start": "node bin/ip-changer",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ip",
"ip-change",
"android",
"adb",
"mobile-data",
"network",
"cli"
],
"author": "Jerry-is-coder",
"license": "MIT",
"engines": {
"node": ">=12.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Jerry-is-coder/ip-changer.git"
},
"bugs": {
"url": "https://github.com/Jerry-is-coder/ip-changer/issues"
},
"homepage": "https://github.com/Jerry-is-coder/ip-changer#readme"
}