smartwhois/package.json

60 lines
1.4 KiB
JSON
Raw Normal View History

2023-04-03 14:48:14 +00:00
{
2023-10-06 09:10:13 +00:00
"name": "@push.rocks/smartwhois",
2023-10-06 09:11:01 +00:00
"version": "1.0.16",
2023-04-03 14:48:14 +00:00
"private": false,
2024-04-14 16:34:24 +00:00
"description": "A package for executing WHOIS requests and processing domain and IP information.",
2023-04-03 14:48:14 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Task Venture Capital GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
2023-10-06 09:11:00 +00:00
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "tsdoc"
2023-04-03 14:48:14 +00:00
},
"devDependencies": {
2023-10-06 09:10:13 +00:00
"@git.zone/tsbuild": "^2.1.65",
"@git.zone/tsbundle": "^2.0.7",
"@git.zone/tsrun": "^1.2.39",
"@git.zone/tstest": "^1.0.74",
"@push.rocks/tapbundle": "^5.0.4",
2023-04-03 14:48:14 +00:00
"@types/node": "^18.15.11"
},
"dependencies": {
2023-10-06 09:10:13 +00:00
"@push.rocks/smartrequest": "^2.0.15",
"@push.rocks/smarturl": "^3.0.6",
2023-04-19 19:36:44 +00:00
"@tsclass/tsclass": "^4.0.38",
2023-04-10 12:34:28 +00:00
"tldts": "^6.0.3",
2023-04-03 14:48:14 +00:00
"whoiser": "^1.16.0"
},
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
2024-04-14 16:34:24 +00:00
],
"keywords": [
"WHOIS",
"domain information",
"IP lookup",
"TLD validation",
"DNSSEC status",
"HTTP status checker",
"TypeScript"
2024-05-29 12:17:14 +00:00
],
"homepage": "https://code.foss.global/push.rocks/smartwhois",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartwhois.git"
}
2024-04-14 16:34:24 +00:00
}