nyx-lookup
Version:
Reverse phone lookup, based on WhatsApp and Telegram
43 lines (42 loc) • 863 B
JSON
{
"name": "nyx-lookup",
"version": "1.2.0",
"description": "Reverse phone lookup, based on WhatsApp and Telegram",
"main": "./index.js",
"type": "commonjs",
"bin": {
"nyx-lookup": "index.js",
"nyxl": "index.js"
},
"files": [
".env.txt"
],
"scripts": {
"start": "node nyx-lookup",
"test": "./test/test.bats",
"publish": "./test/test.bats && npm publish"
},
"author": "Dimitri Simon",
"license": "LGPL-3.0-or-later",
"dependencies": {
"@folder/xdg": "^4.0.1",
"dotenv": "^16.5.0",
"input": "^1.0.1",
"qrcode-terminal": "^0.12.0",
"request": "^2.88.2",
"telegram": "^2.26.22",
"whatsapp-web.js": "1.30",
"yargs": "^18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MikeCod/Nyx.git"
},
"keywords": [
"reverse-phone-lookup",
"osint",
"phone",
"phone-number",
"phone-verification"
]
}