{ "name": "@pushrocks/smartdns", "version": "4.0.11", "private": false, "description": "smart dns methods written in TypeScript", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "scripts": { "test": "(tstest test/)", "build": "(tsbuild --web)", "buildDocs": "tsdoc" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/pushrocks/dnsly.git" }, "keywords": [ "dns", "google dns", "dns record" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/dnsly/issues" }, "homepage": "https://gitlab.com/pushrocks/dnsly#README", "dependencies": { "@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smartenv": "^5.0.2", "@pushrocks/smartpromise": "^3.1.7", "@pushrocks/smartrequest": "^1.1.56", "@tsclass/tsclass": "^4.0.17", "dns2": "^2.0.5" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.63", "@gitzone/tstest": "^1.0.72", "@pushrocks/tapbundle": "^5.0.4", "@types/node": "^18.6.1", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0" }, "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" }