{
  "name": "xep-whois",
  "version": "1.0.2",
  "author": {
    "name": "Oshan Mendis",
    "email": "oshanm@xeptagon.com"
  },
  "description": "A lightweight WHOIS client",
  "main": "./dist/esm/index.js",
  "module": "./dist/cjs/index.js",
  "license": "BSD-3-Clause",
  "keywords": [
    "whois",
    "domain",
    "xep-whois",
    "xeptagon",
    "lookup",
    "who",
    "is",
    "name",
    "node",
    "nodejs",
    "js",
    "javascript"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/xeptagondev/xep-whois"
  },
  "homepage": "https://github.com/xeptagondev/xep-whois#readme",
  "bugs": {
    "url": "https://github.com/xeptagondev/xep-whois/issues"
  },

  "scripts": {
    "devBuild": "yarn install && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
    "build": "yarn install --production && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
    "prepublishOnly": "yarn install --production && yarn run build",
    "test": "jest --coverage"
  },
  "files": [
    "dist/"
  ],
  "devDependencies": {
    "@types/jest": "^29.2.3",
    "jest": "^29.3.1",
    "ts-jest": "^29.0.3",
    "typescript": "^4.8.4"
  },
  "dependencies": {
    "@types/node": "^18.11.9",
    "node-fetch": "2",
    "socks": "^2.7.1",
    "typedoc": "^0.24.8"
  },
  "types": "./dist/esm/index.d.ts"
}
