-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 912 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "resolve-dns-propagation",
"description": "A simple utility to check DNS propagation works in frontend and bakend environment",
"version": "1.0.6",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"scripts": {
"build": "tsup index.ts --dts",
"lint": "eslint . --fix",
"prepublishOnly": "npm run build"
},
"keywords": [
"dns",
"dns-check",
"dns-query",
"dns-lookup",
"dns-resolver",
"dns-client",
"dns-propagation",
"dns-over-https",
"doh",
"dnsoverhttps",
"resolve-dns",
"lookup"
],
"author": "Govind Ganeriwal",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/node": "^22.12.0",
"eslint": "^9.19.0",
"eslint-plugin-react": "^7.37.4",
"globals": "^15.14.0",
"tsup": "^8.3.6",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0"
}
}