lscanbot/package.json

34 lines
820 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/ovfl0w/lscanbot.git"
},
"author": "f3sposito",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ovfl0w/lscanbot/issues"
},
"homepage": "https://github.com/ovfl0w/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"
}
}