mirror of https://github.com/franjsco/lscanbot
34 lines
817 B
JSON
34 lines
817 B
JSON
{
|
|
"name": "lscanbot",
|
|
"version": "1.0.0",
|
|
"description": "A telegram bot to scan your LAN.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"lint": "eslint .",
|
|
"start": "node index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/frab1t/lscanbot.git"
|
|
},
|
|
"author": "frab1t",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/frab1t/lscanbot/issues"
|
|
},
|
|
"homepage": "https://github.com/frab1t/lscanbot#readme",
|
|
"dependencies": {
|
|
"arpscan": "^0.6.0",
|
|
"bunyan": "^1.8.12",
|
|
"network-list": "^1.1.5",
|
|
"sqlite3": "^4.0.2",
|
|
"telebot": "^1.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^5.6.0",
|
|
"eslint-config-airbnb-base": "^13.1.0",
|
|
"eslint-plugin-import": "^2.14.0"
|
|
}
|
|
}
|