-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
58 lines (58 loc) · 1.68 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
54
55
56
57
58
{
"name": "rtldev-middleware-blesta",
"description": "The CentralNic Reseller (CNR) Registrar Module for BLESTA",
"version": "0.0.0-development",
"private": true,
"authors": [
{
"name": "Kai Schwarz",
"email": "kai.schwarz@centralnic.com"
},
{
"name": "Asif Nawaz",
"email": "asif.nawaz@centralnic.com"
}
],
"license": "MIT",
"engines": {
"node": ">=20.6.1"
},
"homepage": "https://github.com/centralnicgroup-opensource/rtldev-middleware-blesta",
"repository": "github:centralnicgroup-opensource/rtldev-middleware-blesta.git",
"bugs": "https://github.com/centralnicgroup-opensource/rtldev-middleware-blesta/issues",
"keywords": [
"blesta",
"web host automation platform",
"registrar module",
"domain registrar module",
"hexonet",
"ispapi",
"cnr",
"centralnic reseller",
"domain",
"isp",
"registration"
],
"overrides": {
"glob-parent": "^6.0.2",
"shelljs": "^0.8.5"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"end-of-stream-promise": "^1.0.0",
"gulp": "^5.0.0",
"gulp-clean": "^0.4.0",
"gulp-composer": "^0.4.5",
"gulp-rename": "^2.0.0",
"gulp-zip": "^6.0.0",
"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"
},
"scripts": {
"codeCheck": "composer run-script codecheck",
"codeFix": "composer run-script codefix"
}
}