UNPKG

2.46 kBJSONView Raw
1{
2 "name": "@hexonet/ispapi-apiconnector",
3 "description": "Node.js SDK for the insanely fast HEXONET API",
4 "version": "7.0.7",
5 "private": false,
6 "author": {
7 "name": "Kai Schwarz",
8 "email": "kschwarz@hexonet.net"
9 },
10 "type": "module",
11 "sideEffects": false,
12 "main": "dist/src/index.js",
13 "license": "MIT",
14 "engines": {
15 "node": ">=14.17.0",
16 "npm": ">=6.14.13"
17 },
18 "homepage": "https://github.com/hexonet/node-sdk",
19 "repository": "github:hexonet/node-sdk",
20 "bugs": "https://github.com/hexonet/node-sdk/issues",
21 "maintainers": [
22 {
23 "name": "Kai Schwarz",
24 "email": "kschwarz@hexonet.net"
25 }
26 ],
27 "keywords": [
28 "hexonet",
29 "domain",
30 "api",
31 "connector",
32 "isp",
33 "ispapi",
34 "ssl",
35 "cert",
36 "dns",
37 "backorder",
38 "premium",
39 "preregistration",
40 "registration",
41 "application"
42 ],
43 "nyc": {
44 "reporter": [
45 "html",
46 "text"
47 ],
48 "exclude": [
49 "**/*.spec.ts"
50 ]
51 },
52 "scripts": {
53 "build": "tsc --version && tsc",
54 "documentation": "npm run gendocsDocco --silent && npm run gendocsTypedoc --silent",
55 "gendocsTypedoc": "typedoc --out docs/typedoc --name @hexonet/ispapi-apiconnector --readme ./README.md --excludeExternals src/*.ts",
56 "gendocsDocco": "docco -l parallel -o docs/docco src/*.ts",
57 "lint": "prettier --write .",
58 "test": "cross-env NODE_ENV=development nyc mocha"
59 },
60 "dependencies": {
61 "node-fetch": "^3.1.0"
62 },
63 "devDependencies": {
64 "@semantic-release/changelog": "^6.0.1",
65 "@semantic-release/git": "^10.0.1",
66 "@semantic-release/npm": "^8.0.3",
67 "@types/chai": "^4.2.22",
68 "@types/chai-as-promised": "^7.1.4",
69 "@types/mocha": "^9.0.0",
70 "@types/node": "^17.0.5",
71 "chai": "^4.3.4",
72 "chai-as-promised": "^7.1.1",
73 "cross-env": "^7.0.3",
74 "docco": "^0.9.1",
75 "jsdoc": "^3.6.7",
76 "jsdoc-oblivion": "^0.0.9",
77 "mocha": "^9.1.3",
78 "nock": "^13.2.0",
79 "nyc": "^15.1.0",
80 "prettier": "^2.4.1",
81 "semantic-release": "^18.0.0",
82 "supertest": "^6.1.6",
83 "ts-node": "^10.4.0",
84 "typedoc": "^0.22.8",
85 "typescript": "^4.4.4"
86 }
87}