UNPKG

namecheap-ts

Version:
49 lines 1.13 kB
{ "name": "namecheap-ts", "version": "1.1.0", "description": "A simple wrapper for namecheap API", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "files": [ "dist" ], "scripts": { "start": "tsc --build && node dist/index.js", "build": "rm -rf dist && tsup", "release": "rm -rf dist && tsup && npm publish", "test": "jest" }, "keywords": [ "namecheap", "nodejs", "typescript", "domain registrar" ], "author": "Abdulrahman Kanakri", "license": "ISC", "dependencies": { "axios": "1.13.4", "xml2js": "0.6.2" }, "devDependencies": { "@types/jest": "30.0.0", "@types/xml2js": "0.4.14", "dotenv": "17.2.4", "jest": "30.2.0", "ts-jest": "29.4.6", "tsup": "8.5.1", "typescript": "5.9.3" }, "repository": { "type": "git", "url": "https://github.com/abdulrahmanKanakri/namecheap-ts.git" } }