@stacksjs/whois
Version:
Easily get whois info.
56 lines (55 loc) • 1.22 kB
JSON
{
"name": "@stacksjs/whois",
"type": "module",
"version": "0.70.45",
"description": "Easily get whois info.",
"author": "Chris Breuer",
"contributors": [
"Chris Breuer <chris@stacksjs.com>"
],
"license": "MIT",
"funding": "https://github.com/sponsors/chrisbbreuer",
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/whois#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/stacksjs/stacks.git",
"directory": "./storage/framework/core/whois"
},
"bugs": {
"url": "https://github.com/stacksjs/stacks/issues"
},
"keywords": [
"whois",
"domain",
"management",
"stacks",
"aws",
"typescript",
"javascript"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"bun": "./src/index.ts",
"import": "./dist/index.js"
},
"./*": {
"bun": "./src/*",
"import": "./dist/*"
}
},
"types": "./dist/index.d.ts",
"files": [
"README.md",
"dist"
],
"scripts": {
"build": "bun build.ts",
"typecheck": "bun tsc --noEmit",
"test": "bun test",
"prepublishOnly": "bun run build"
},
"devDependencies": {
"better-dx": "^0.2.12"
}
}