mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-14 08:58:25 +00:00
35 lines
790 B
JSON
35 lines
790 B
JSON
{
|
|
"name": "is-a-dev-core",
|
|
"version": "1.0.0",
|
|
"description": "Register *.is-a.dev domains for free",
|
|
"engines": {
|
|
"node": ">=11.14.0"
|
|
},
|
|
"scripts": {
|
|
"test": "ENV=test jest",
|
|
"lint": "eslint utils scripts domains --ext .json,.js",
|
|
"publish-records": "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": {
|
|
"dotenv": "^8.2.0",
|
|
"jest": "^26.4.2",
|
|
"node-fetch": "^2.6.1",
|
|
"qs": "^6.9.4",
|
|
"ramda": "^0.27.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.11.0",
|
|
"eslint-plugin-json": "^2.1.2",
|
|
"eslint-plugin-node": "^11.1.0"
|
|
}
|
|
}
|