forked from wyhaya/updns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 822 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
{
"name": "updns",
"version": "1.3.2",
"description": "DNS proxy tools, you can intercept any domain name and return any ip you need",
"main": "index.js",
"typings": "typing/updns.d.ts",
"scripts": {
"dev": "sudo ./bin/updns start develop",
"test": "ava ./test/ --verbose",
"fix": "eslint --ext .js ./bin/updns ./ --fix"
},
"bin": {
"updns": "./bin/updns"
},
"devDependencies": {
"ava": "^0.24.0",
"eslint": "^4.14.0"
},
"engines": {
"node": ">=8.0.0"
},
"keywords": [
"dns",
"node",
"proxy",
"dns-proxy",
"dns-server"
],
"bugs": {
"url": "https://github.com/wyhaya/updns/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/wyhaya/updns.git"
},
"author": "wyhaya <wyhaya@gmail.com>",
"license": "MIT"
}