72 lines
1.7 KiB
JSON
72 lines
1.7 KiB
JSON
{
|
|
"name": "@push.rocks/smartdns",
|
|
"version": "6.2.0",
|
|
"private": false,
|
|
"description": "A TypeScript library for smart DNS methods, supporting various DNS records and providers.",
|
|
"exports": {
|
|
".": "./dist_ts_server/index.js",
|
|
"./server": "./dist_ts_server/index.js",
|
|
"./client": "./dist_ts_client/index.js"
|
|
},
|
|
"scripts": {
|
|
"test": "(tstest test/)",
|
|
"build": "(tsbuild tsfolders --web --allowimplicitany)",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.foss.global/push.rocks/smartdns.git"
|
|
},
|
|
"keywords": [
|
|
"DNS",
|
|
"TypeScript",
|
|
"Node.js",
|
|
"Google DNS",
|
|
"Cloudflare",
|
|
"DNS records",
|
|
"DNS resolution",
|
|
"DNSSEC"
|
|
],
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/pushrocks/dnsly/issues"
|
|
},
|
|
"homepage": "https://code.foss.global/push.rocks/smartdns",
|
|
"dependencies": {
|
|
"@push.rocks/smartdelay": "^3.0.1",
|
|
"@push.rocks/smartenv": "^5.0.5",
|
|
"@push.rocks/smartpromise": "^4.0.4",
|
|
"@push.rocks/smartrequest": "^2.0.15",
|
|
"@tsclass/tsclass": "^4.1.2",
|
|
"@types/dns-packet": "^5.6.5",
|
|
"@types/elliptic": "^6.4.18",
|
|
"dns-packet": "^5.6.1",
|
|
"elliptic": "^6.5.7",
|
|
"minimatch": "^10.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.1.84",
|
|
"@git.zone/tsrun": "^1.2.49",
|
|
"@git.zone/tstest": "^1.0.77",
|
|
"@push.rocks/tapbundle": "^5.2.0",
|
|
"@types/node": "^22.5.5"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"type": "module"
|
|
}
|