UNPKG

@team-internet/apiconnector

Version:
89 lines (88 loc) 2.53 kB
{ "name": "@team-internet/apiconnector", "description": "Node.js SDK for the insanely fast CentralNic Reseller (fka RRPProxy) API", "version": "10.0.15", "private": false, "publishConfig": { "access": "public" }, "author": { "name": "Kai Schwarz", "email": "kai.schwarz@centralnic.com" }, "sideEffects": false, "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "//": "...", "license": "MIT", "homepage": "https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk", "repository": "github:centralnicgroup-opensource/rtldev-middleware-node-sdk", "bugs": "https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/issues", "maintainers": [ { "name": "Kai Schwarz", "email": "kai.schwarz@centralnic.com" }, { "name": "Asif Nawaz", "email": "asif.nawaz@centralnic.com" } ], "engines": { "node": "^22.14.0 || >= 24.10.0" }, "keywords": [ "centralnicreseller", "centralnic", "cnr", "domain", "api", "connector", "ssl", "cert", "dns", "backorder", "premium", "preregistration", "registration", "application" ], "scripts": { "compile": "rm -rf dist && tsc --version && tsc --declaration", "lint": "prettier --write . --ignore-path .prettierignore", "prepublish": "pnpm run compile", "documentation": "typedoc", "test": "cross-env NODE_ENV=development c8 mocha", "test-demo": "pnpm run prepublish && node ./tests/app.js" }, "devDependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@tsconfig/node20": "^20.1.9", "@types/chai": "^5.2.3", "@types/chai-as-promised": "^8.0.2", "@types/mocha": "^10.0.10", "@types/node": "^25.5.0", "c8": "^11.0.0", "chai": "^6.2.2", "chai-as-promised": "^8.0.2", "cross-env": "^10.1.0", "mocha": "^11.7.5", "nock": "^14.0.11", "prettier": "^3.8.1", "semantic-release": "^25.0.3", "semantic-release-replace-plugin": "github:centralnicgroup-opensource/rtldev-middleware-semantic-release-replace-plugin", "semantic-release-teams-notify-plugin": "github:centralnicgroup-opensource/rtldev-middleware-semantic-release-notify-plugin", "tsx": "^4.21.0", "typedoc": "^0.28.18", "typescript": "^6.0.2" }, "dependencies": { "cross-fetch": "^4.1.0", "idna-uts46-hx": "^6.1.5" }, "overrides": { "serialize-javascript@<7.0.5": ">=7.0.5" } }