2pme
Version:
A CLI tool to interact with the 2PeekMe API
34 lines (33 loc) • 611 B
JSON
{
"name": "2pme",
"version": "1.0.2",
"description": "A CLI tool to interact with the 2PeekMe API",
"main": "src/2pme.js",
"bin": {
"2pme": "src/2pme.js"
},
"scripts": {
"start": "node src/2pme.js"
},
"keywords": [
"CLI",
"API",
"subdomains",
"DNS",
"2peekme",
"2pm",
"command-line",
"utility"
],
"author": "Douxx",
"license": "GPL-3.0-only",
"dependencies": {
"axios": "*",
"colors": "*",
"commander": "*",
"readline": "*",
"fs": "*",
"path": "*"
},
"homepage": "https://2peek.me"
}