UNPKG

@team-internet/apiconnector

Version:
83 lines (82 loc) 2.4 kB
{ "name": "@team-internet/apiconnector", "description": "Node.js SDK for the insanely fast CentralNic Reseller (fka RRPProxy) API", "version": "10.0.9", "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" } ], "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": "npm run compile", "documentation": "typedoc", "test": "cross-env NODE_ENV=development c8 mocha", "test-demo": "npm run prepublish && node ./tests/app.js" }, "devDependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@tsconfig/node20": "^20.1.4", "@types/chai": "^5.0.1", "@types/chai-as-promised": "^8.0.1", "@types/mocha": "^10.0.9", "@types/node": "^24.0.15", "c8": "^10.1.2", "chai": "^5.1.2", "chai-as-promised": "^8.0.0", "cross-env": "^7.0.3", "mocha": "^11.0.1", "nock": "^14.0.0", "prettier": "^3.0.0", "semantic-release": "^24.2.0", "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.19.2", "typedoc": "^0.28.0", "typescript": "^5.6.3" }, "dependencies": { "cross-fetch": "^4.0.0", "idna-uts46-hx": "^6.0.5" } }