lscanbot/package.json

33 lines
824 B
JSON
Raw Normal View History

2018-09-24 21:21:53 +02:00
{
"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",
2020-03-01 23:35:34 +01:00
"url": "git+https://github.com/franjsco/lscanbot.git"
2018-09-24 21:21:53 +02:00
},
2020-03-01 23:35:34 +01:00
"author": "franjsco",
2018-09-24 21:21:53 +02:00
"license": "GPL-3.0",
"bugs": {
2020-03-01 23:35:34 +01:00
"url": "https://github.com/franjsco/lscanbot/issues"
2018-09-24 21:21:53 +02:00
},
2020-03-01 23:35:34 +01:00
"homepage": "https://github.com/franjsco/lscanbot#readme",
2018-09-24 21:21:53 +02:00
"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"
}
2019-07-23 22:21:23 +02:00
}