lscanbot/package.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"
}
}