UNPKG

2.45 kBJSONView Raw
1{
2 "name": "@hexonet/ispapi-apiconnector",
3 "description": "Node.js SDK for the insanely fast HEXONET API",
4 "version": "9.0.2",
5 "private": false,
6 "author": {
7 "name": "Kai Schwarz",
8 "email": "kschwarz@hexonet.net"
9 },
10 "sideEffects": false,
11 "type": "module",
12 "main": "./dist/index.js",
13 "types": "./dist/index.d.ts",
14 "//": "...",
15 "license": "MIT",
16 "engines": {
17 "node": ">=20.6.1"
18 },
19 "homepage": "https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk",
20 "repository": "github:centralnicgroup-opensource/rtldev-middleware-node-sdk",
21 "bugs": "https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/issues",
22 "maintainers": [
23 {
24 "name": "Kai Schwarz",
25 "email": "kschwarz@hexonet.net"
26 }
27 ],
28 "keywords": [
29 "hexonet",
30 "domain",
31 "api",
32 "connector",
33 "isp",
34 "ispapi",
35 "ssl",
36 "cert",
37 "dns",
38 "backorder",
39 "premium",
40 "preregistration",
41 "registration",
42 "application"
43 ],
44 "scripts": {
45 "compile": "tsc --version && tsc --declaration",
46 "lint": "prettier --write .",
47 "prepublish": "npm run compile",
48 "documentation": "npm run gendocsDocco --silent && npm run gendocsTypedoc --silent",
49 "gendocsTypedoc": "typedoc --out docs/typedoc --name @hexonet/ispapi-apiconnector --readme ./README.md --excludeExternals src/*.ts",
50 "gendocsDocco": "docco -l parallel -o docs/docco src/*.ts",
51 "test": "npm run compile && cross-env NODE_ENV=development c8 mocha"
52 },
53 "devDependencies": {
54 "@semantic-release/changelog": "^6.0.3",
55 "@semantic-release/exec": "^6.0.3",
56 "@semantic-release/git": "^10.0.1",
57 "@types/chai": "^4.3.1",
58 "@types/mocha": "^10.0.0",
59 "@types/node": "^20.0.0",
60 "c8": "^9.1.0",
61 "chai": "^5.0.0",
62 "chai-promised": "^1.0.1",
63 "cross-env": "^7.0.3",
64 "docco": "^0.9.1",
65 "jsdoc": "^4.0.0",
66 "jsdoc-oblivion": "^0.0.9",
67 "mocha": "^10.0.0",
68 "nock": "^13.2.7",
69 "prettier": "^3.0.0",
70 "semantic-release": "^23.0.0",
71 "semantic-release-teams-notify-plugin": "github:centralnicgroup-opensource/rtldev-middleware-semantic-release-notify-plugin#RSRMID-1010-gulp-task-migration",
72 "supertest": "^6.2.3",
73 "ts-node": "^10.8.1",
74 "typedoc": "^0.25.0",
75 "typescript": "^5.3.2"
76 },
77 "dependencies": {
78 "cross-fetch": "^4.0.0"
79 },
80 "overrides": {
81 "glob-parent": "^5.1.2",
82 "chokidar": "^3.5.3"
83 }
84}