mirror of
https://github.com/franjsco/lscanbot
synced 2025-01-15 16:36:22 +01:00
34 lines
843 B
JSON
34 lines
843 B
JSON
{
|
|
"name": "lscanbot",
|
|
"version": "1.0.0",
|
|
"description": "A telegram bot to find devices on your LAN.",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"lint": "eslint .",
|
|
"start": "node src/server.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/franjsco/lscanbot.git"
|
|
},
|
|
"author": "franjsco",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/franjsco/lscanbot/issues"
|
|
},
|
|
"homepage": "https://github.com/franjsco/lscanbot#readme",
|
|
"dependencies": {
|
|
"arpscan": "^0.6.0",
|
|
"bunyan": "^1.8.12",
|
|
"network-list": "^1.1.5",
|
|
"sqlite3": "^4.0.2",
|
|
"telebot": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-airbnb-base": "^13.2.0",
|
|
"eslint-plugin-import": "^2.20.2"
|
|
}
|
|
}
|