@skiddph/domain-checker
Version:
Check domain availability and prices across different domain resellers and registrar
30 lines (29 loc) • 731 B
JSON
{
"name": "@skiddph/domain-checker",
"version": "0.0.2",
"description": "Check domain availability and prices across different domain resellers and registrar",
"main": "src/index.js",
"scripts": {
"test": "node ./tests/google.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skiddph/domain-checker-js.git"
},
"keywords": [
"domain",
"checker",
"domain-checker",
"registrar",
"reseller"
],
"author": "Skidd PH <hello@skiddph.ml>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/skiddph/domain-checker-js/issues"
},
"homepage": "https://github.com/skiddph/domain-checker-js#readme",
"dependencies": {
"axios": "^0.26.0"
}
}