-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "python-sdk",
"description": "Python SDK for the insanely fast CentralNicReseller (fka. RRPProxy) API",
"version": "0.0.0-development",
"private": true,
"author": {
"name": "Kai Schwarz",
"email": "kai.schwarz@centralnic.com"
},
"license": "MIT",
"engines": {
"node": "^24.15.0 || ^26.0.0",
"npm": ">=12.0.0"
},
"devEngines": {
"packageManager": {
"name": "pnpm",
"version": "^11.0.0",
"onFail": "warn"
}
},
"homepage": "https://github.com/centralnicgroup-opensource/rtldev-middleware-python-sdk",
"repository": "https://github.com/centralnicgroup-opensource/rtldev-middleware-python-sdk.git",
"bugs": "https://github.com/centralnicgroup-opensource/rtldev-middleware-python-sdk/issues",
"maintainers": [
{
"name": "Kai Schwarz",
"email": "kai.schwarz@centralnic.com"
},
{
"name": "Asif Nawaz",
"email": "asif.nawaz@centralnic.com"
}
],
"keywords": [
"centralnic",
"centralnic reseller",
"domain",
"api",
"connector",
"cnr",
"cnic",
"ssl",
"cert",
"dns",
"backorder",
"premium",
"preregistration",
"registration",
"application"
],
"scripts": {
"test-demo": "python ./tests/app.py"
},
"devDependencies": {
"@semantic-release/changelog": "^7.0.0",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^11.0.1",
"@semantic-release/github": "^12.0.9",
"@team-internet/semantic-release-plugins": "^2.2.4",
"semantic-release": "^25.0.9"
}
}