-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.68 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.68 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
{
"name": "rtldev-middleware-php-sdk",
"description": "PHP SDK for the insanely fast Team Internet Backend APIs (Centralnic Reseller, Internet.bs, Moniker)",
"version": "0.0.0-development",
"private": true,
"author": {
"name": "Kai Schwarz",
"email": "kai.schwarz@centralnic.com"
},
"license": "MIT",
"engines": {
"node": ">=24.10.0"
},
"homepage": "https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk",
"repository": "github:centralnicgroup-opensource/rtldev-middleware-php-sdk.git",
"bugs": "https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk/issues",
"maintainers": [
{
"name": "Kai Schwarz",
"email": "kai.schwarz@centralnic.com"
}
],
"scripts": {
"test-demo-cnr": "php -f tests/CNR/app.php",
"test-demo-ibs": "php -f tests/IBS/app.php",
"test-demo-moniker": "php -f tests/MONIKER/app.php"
},
"keywords": [
"cnr",
"cnic",
"domain",
"api",
"connector",
"isp",
"centralnic",
"reseller",
"internet.bs",
"moniker",
"ssl",
"cert",
"dns",
"backorder",
"premium",
"preregistration",
"registration",
"application"
],
"overrides": {
"glob-parent": "^6.0.2",
"cross-spawn": "^7.0.6"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"npm-check-updates": "^21.0.3",
"semantic-release": "^25.0.3",
"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"
}
}