-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 969 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
{
"name": "nodejs-weblineindia-dns-validation",
"version": "1.0.5",
"description": "A node.js component for validate DNS server with `nodejs-weblineindia-dns-validation`",
"homepage": "https://www.weblineindia.com/software-development-resources.html",
"repository": "https://github.com/weblineindia/NodeJS-DNS-Validation",
"author": "Weblineindia",
"main": "index.js",
"keywords": [
"nodejs-weblineindia-dns-validation",
"node-dns-validation",
"dns-validation",
"dnsvalidator",
"nodejs",
"node-component",
"nodecomponent",
"node",
"dns-resolver",
"dns"
],
"license": "MIT",
"scripts": {
"lint": "npx eslint .",
"lint:fix": "npm run lint -- --fix",
"test": "jest",
"test:coverage": "npm test -- --coverage"
},
"dependencies": {},
"devDependencies": {
"eslint": "^7.6.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"jest": "^26.2.2"
}
}