UNPKG

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.

16 lines 422 B
{ "compilerOptions": { "target": "es6", "module": "Node16", "lib": ["ESNext", "DOM"], "outDir": "./dist", "rootDir": "lib", "esModuleInterop": true, "strict": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "declaration": true, }, "include": ["lib"], "exclude": ["node_modules", "dist", "**/*.spec.ts"] }