UNPKG

nyx-lookup

Version:

Reverse phone lookup, based on WhatsApp and Telegram

66 lines 1.32 kB
{ "name": "nyx-lookup", "version": "2.2.2", "description": "Reverse phone lookup, based on WhatsApp and Telegram", "main": "./index.js", "type": "module", "bin": { "nyx-lookup": "index.js", "nyxl": "index.js" }, "files": [ ".env.txt", "src/" ], "scripts": { "clean": "node index.js --clean", "start": "node index.js", "test": "jest", "test:phone": "node index.js --test" }, "author": "Dimitri Simon", "license": "LGPL-3.0-or-later", "dependencies": { "@folder/xdg": "^4.0.1", "better-sqlite3": "^12.9.0", "dotenv": "^17.4.2", "input": "^1.0.1", "qrcode-terminal": "^0.12.0", "telegram": "^2.26.22", "whatsapp-web.js": "^1.34.7", "which": "^6.0.1", "yargs": "^18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/EternalDreamer01/Nyx.git" }, "keywords": [ "telegram", "telegram-api", "whatsapp", "whatsapp-api", "whatsapp-web", "reverse-phone-lookup", "osint", "phone", "phone-number", "phone-verification", "reverse-lookup", "caller-lookup", "who-called", "caller-info" ], "devDependencies": { "@types/better-sqlite3": "^7.6.13", "@types/qrcode-terminal": "^0.12.2", "@types/which": "^3.0.4", "@types/yargs": "^17.0.35", "jest": "^30.4.2" }, "jest": { "setupFiles": [ "./tests/jest.setup.js" ] } }