-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
53 lines (53 loc) · 1.46 KB
/
package.json
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
{
"name": "go-sdk",
"description": "GO/GOLANG SDK for the insanely fast CentralNic Reseller (fka RRPProxy) API",
"version": "0.0.0-development",
"private": true,
"author": {
"name": "Kai Schwarz",
"email": "kai.schwarz@centralnic.com"
},
"license": "MIT",
"engines": {
"node": ">=20.6.1"
},
"homepage": "https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk",
"repository": "github:centralnicgroup-opensource/rtldev-middleware-go-sdk.git",
"bugs": "https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/issues",
"maintainers": [
{
"name": "Kai Schwarz",
"email": "kai.schwarz@centralnic.com"
},
{
"name": "Asif Nawaz",
"email": "asif.nawaz@centralnic.com"
}
],
"scripts": {
"test-demo": "go mod tidy && go run demo/demo.go"
},
"keywords": [
"cnr",
"domain",
"api",
"connector",
"cnic",
"centralnic reseller",
"ssl",
"cert",
"dns",
"backorder",
"premium",
"preregistration",
"registration",
"application"
],
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"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"
}
}