UNPKG

2.7 kBJSONView Raw
1{
2 "name": "@hexonet/ispapi-apiconnector",
3 "description": "Node.js SDK for the insanely fast HEXONET API",
4 "version": "6.0.2",
5 "private": false,
6 "author": {
7 "name": "Kai Schwarz",
8 "email": "kschwarz@hexonet.net"
9 },
10 "main": "dist/index.js",
11 "license": "MIT",
12 "engines": {
13 "node": ">=10.18.0"
14 },
15 "homepage": "https://github.com/hexonet/node-sdk",
16 "repository": "github:hexonet/node-sdk",
17 "bugs": "https://github.com/hexonet/node-sdk/issues",
18 "maintainers": [
19 {
20 "name": "Kai Schwarz",
21 "email": "kschwarz@hexonet.net"
22 }
23 ],
24 "keywords": [
25 "hexonet",
26 "domain",
27 "api",
28 "connector",
29 "isp",
30 "ispapi",
31 "ssl",
32 "cert",
33 "dns",
34 "backorder",
35 "premium",
36 "preregistration",
37 "registration",
38 "application"
39 ],
40 "nyc": {
41 "reporter": [
42 "html",
43 "text"
44 ],
45 "exclude": [
46 "**/*.spec.ts",
47 "**/*.specnew.ts"
48 ]
49 },
50 "scripts": {
51 "build": "tsc --version && tsc",
52 "documentation": "npm run documentation_docco --silent && npm run documentation_typedoc --silent",
53 "documentation_docco": "docco -l parallel -o docs/docco src/*.ts",
54 "documentation_typedoc": "typedoc --out docs/typedoc --name @hexonet/ispapi-apiconnector --readme ./README.md --mode file --includeDeclarations --excludeExternals src/*.ts",
55 "lint": "eslint --fix --ext .ts,.json,.md . src test",
56 "test": "cross-env NODE_ENV=development nyc ./node_modules/.bin/_mocha -r ts-node/register test/*.spec.ts"
57 },
58 "devDependencies": {
59 "@semantic-release/changelog": "^5.0.0",
60 "@semantic-release/git": "^9.0.0",
61 "@semantic-release/npm": "^7.0.3",
62 "@types/chai": "^4.2.11",
63 "@types/chai-as-promised": "^7.1.2",
64 "@types/mocha": "^7.0.2",
65 "@types/node-fetch": "^2.5.6",
66 "@typescript-eslint/eslint-plugin": "^2.28.0",
67 "@typescript-eslint/eslint-plugin-tslint": "^2.28.0",
68 "@typescript-eslint/parser": "^2.28.0",
69 "chai": "^4.2.0",
70 "chai-as-promised": "^7.1.1",
71 "cross-env": "^7.0.0",
72 "docco": "^0.8.0",
73 "eslint": "^6.8.0",
74 "eslint-plugin-import": "^2.18.2",
75 "eslint-plugin-json": "^2.1.1",
76 "eslint-plugin-markdown": "^1.0.0",
77 "eslint-plugin-node": "^11.0.0",
78 "eslint-plugin-promise": "^4.2.1",
79 "istanbul": "^0.4.5",
80 "jsdoc": "^3.6.3",
81 "jsdoc-oblivion": "^0.0.9",
82 "mocha": "^7.1.1",
83 "nock": "^12.0.0",
84 "node-fetch": "^2.6.0",
85 "npm": ">=6.13.4",
86 "nyc": "^15.0.0",
87 "semantic-release": "^17.0.4",
88 "supertest": "^4.0.2",
89 "ts-node": "^8.8.2",
90 "tslint": "^6.1.1",
91 "typedoc": "^0.17.0",
92 "typescript": "^3.5.3"
93 },
94 "dependencies": {
95 "npm": ">=6.13.4"
96 }
97}