-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 950 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 950 Bytes
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
40
{
"name": "scriptdns",
"version": "1.0.8",
"description": "A npm package to do DNS resolution using the Command Line",
"bin": {
"scriptdns": "./bin/index.js"
},
"keywords": [
"cli",
"dns"
],
"homepage": "https://github.com/b2pacific/scriptdns",
"bugs": {
"url": "https://github.com/b2pacific/scriptdns/issues",
"email": "b2pacific@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/b2pacific/scriptdns"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Prashant Pandey",
"license": "MIT",
"dependencies": {
"dns-packet": "^5.2.1"
},
"files": [
"index.js",
"doh.js",
"dotls.js",
"doudp.js",
"dtcp.js",
"help.js",
"doh_wireformat.js",
"message_format.js",
"reverse.js"
]
}