UNPKG

infotrace

Version:
68 lines (67 loc) 1.68 kB
{ "name": "infotrace", "version": "1.0.0", "description": "A OSINT based famework", "main": "bin/infotrace.js", "type": "commonjs", "scripts": { "start": "node bin/infotrace.js", "help": "node bin/infotrace.js -h", "check": "prettier --check .", "format": "prettier --write .", "fix": "eslint . --ext .js --ignore-pattern temp/ --ignore-pattern src/secret.js --fix", "lint": "eslint --ignore-pattern temp/ --ignore-pattern src/secret.js", "postinstall": "node ./src/postinstall.js" }, "license": "MIT", "author": { "name": "RelixOfficial", "email": "relixofficial4@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/RelixOfficial/infotrace.git" }, "homepage": "https://github.com/RelixOfficial/infotrace", "keywords": [ "OSINT", "NodeJs", "cybersecurity", "infosec", "kali-tools", "termux", "information-gathering" ], "dependencies": { "args": "^5.0.1", "axios": "^0.27.2", "boxen": "^5.1.2", "chalk": "^4.1.0", "cli-spinner": "^0.2.10", "easy-table": "^1.2.0", "enquirer": "^2.3.6", "exif": "^0.6.0", "jsdom": "^19.0.0", "lodash": "^4.17.21", "moment": "^2.29.1", "open": "^8.4.0", "portscanner": "^2.2.0", "sentence-case": "^3.0.4", "update-notifier": "^5.1.0", "whois-json": "^2.0.4" }, "devDependencies": { "eslint": "^8.15.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.26.0", "prettier": "2.5.1" }, "pre-commit": [], "bin": { "infotrace": "bin/infotrace.js" }, "engines": { "node": ">=8.0.0" }, "engineStrict": true }