File: //usr/share/opensearch-dashboards/node_modules/dns-sync/package.json
{
"name": "@amoo-miki/dns-sync",
"version": "0.2.2",
"description": "dns-sync",
"main": "index.js",
"scripts": {
"test": "mocha",
"lint": "eslint ."
},
"homepage": "https://github.com/AMoo-Miki/node-dns-sync",
"repository": {
"type": "git",
"url": "git@github.com:AMoo-Miki/node-dns-sync.git"
},
"keywords": [
"dns sync",
"server startup",
"nodejs"
],
"authors": [
"AMoo-Miki",
"Sanjeev Koranga"
],
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"debug": "^4",
"shelljs": "~0.8"
},
"devDependencies": {
"mocha": "^9",
"eslint": "^6",
"eslint-plugin-standard": "^4"
}
}