schnappen/package.json

24 lines
522 B
JSON

{
"name": "schnappen",
"description": "Some utility scripts for shodan.io",
"main": "src/index.js",
"version": "0.0.1",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.sdf.org/Technically/shodanio-scripts.git"
},
"author": "Technically",
"license": "MPL-2.0",
"dependencies": {
"inquirer": "^7.3.3",
"node-nmap": "^4.0.0",
"shodan-client": "^3.2.0"
},
"bin": {
"schnappen": "src/index.js"
}
}