Files
is-a-dev/package.json
T
2020-10-05 14:45:46 +05:30

25 lines
549 B
JSON

{
"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 <phenax5@gmail.com>",
"license": "GPL-3.0",
"dependencies": {
"@rqt/namecheap": "^2.4.2",
"dotenv": "^8.2.0",
"jest": "^26.4.2",
"ramda": "^0.27.1"
}
}