{ "name": "is-a-dev-core", "version": "1.0.0", "description": "Register *.is-a.dev domains for free", "scripts": { "test": "jest", "publish-records": "yarn test && node ./scripts/register-domains.js" }, "repository": { "type": "git", "url": "https://github.com/is-a.dev/register-domain" }, "keywords": [ "__" ], "author": "Akshay Nair ", "license": "GPL-3.0", "dependencies": { "@rqt/namecheap": "^2.4.2", "dotenv": "^8.2.0", "jest": "^26.4.2", "ramda": "^0.27.1" } }