namecomv4
Version:
A Node.js library wrapper for Name.com's V4 API, designed to simplify domain management tasks such as querying domain information, managing DNS records, and handling domain registration and transfer.
37 lines (36 loc) • 1.04 kB
JSON
{
"name": "namecomv4",
"version": "1.3.27",
"description": "A Node.js library wrapper for Name.com's V4 API, designed to simplify domain management tasks such as querying domain information, managing DNS records, and handling domain registration and transfer.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/liluxdev/node-name.com-v4.git"
},
"scripts": {
"test": "npm run build; node dist/test.js",
"build": "tsc && node postbuild.js",
"build:publish": "npm run build && npm publish"
},
"keywords": [
"name.com",
"API",
"wrapper",
"domain",
"DNS",
"reseller"
],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.7",
"nock": "^13.5.4",
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/node": "^20.11.24"
}
}