-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.2 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.2 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
{
"name": "structus-kotlin",
"version": "0.1.0",
"description": "A pure Kotlin JVM library for implementing Explicit Architecture with DDD, CQS, and EDA patterns",
"repository": {
"type": "git",
"url": "https://github.com/structus-io/structus-kotlin.git"
},
"keywords": [
"kotlin",
"ddd",
"domain-driven-design",
"cqrs",
"event-driven",
"clean-architecture",
"explicit-architecture",
"library"
],
"author": "Mel Sardes <dev.melsardes@gmail.com>",
"license": "MIT",
"scripts": {
"semantic-release": "semantic-release"
},
"bugs": {
"url": "https://github.com/structus-io/structus-kotlin/issues"
},
"homepage": "https://github.com/structus-io/structus-kotlin#readme",
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.2",
"@semantic-release/release-notes-generator": "^14.1.0",
"conventional-changelog-conventionalcommits": "^9.1.0",
"semantic-release": "^25.0.2"
},
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0"
},
"private": true
}