{
   "name": "neoss",
   "author": {
      "name": "Pablo Lecolinet",
      "email": "pablolec@pm.me",
      "url": "https://github.com/PabloLec"
   },
   "version": "1.1.11",
   "description": "",
   "main": "build/main.js",
   "types": "build/main.d.ts",
   "scripts": {
      "build": "tsc --build"
   },
   "preferGlobal": true,
   "bin": {
      "neoss": "build/main.js"
   },
   "license": "BSD 3-Clause License",
   "keywords": [
      "ss",
      "socket statistic",
      "socket statistics",
      "port",
      "ports",
      "connection",
      "monitoring",
      "network",
      "cybersec",
      "cyber security",
      "security",
      "tui",
      "cui",
      "tool",
      "linux",
      "unix"
   ],
   "repository": "github:PabloLec/neoss",
   "dependencies": {
      "@types/node": "^22.0.0",
      "ansi-regex": "^6.0.0",
      "blessed": "^0.1.81",
      "neo-blessed": "^0.2.0",
      "whois-json": "^2.1.0"
   },
   "devDependencies": {
      "cheerio": "^1.0.0-rc.10",
      "ts-node": "^10.2.1",
      "typescript": "^5.0.2"
   }
}