ipcopy
Version:
Copy local/public IP-address into clipboard
34 lines • 676 B
JSON
{
"name": "ipcopy",
"version": "0.3.2",
"description": "Copy local/public IP-address into clipboard",
"main": "getip.js",
"scripts": {
"dev": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ip",
"address",
"ipv4",
"clipboard",
"copyip",
"cip",
"pubip"
],
"bin": {
"ipcopy": "./bin/ipcopy",
"cip": "./bin/cip",
"pubip": "./bin/pubip",
"localip": "./bin/localip"
},
"author": "toby_hui",
"license": "MIT",
"dependencies": {
"await-exec": "^0.1.2",
"chalk": "^4.1.2",
"clipboardy": "^2.3.0",
"inquirer": "^8.1.2",
"optimist": "^0.6.1"
}
}