-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 837 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 837 Bytes
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
{
"name": "documentation",
"version": "8.8.0",
"description": "领域模型即服务 | Modern Reactive CQRS Architecture Microservice development framework based on DDD and EventSourcing.",
"main": "index.js",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"keywords": [
"Domain-Driven",
"Event-Driven",
"Test-Driven",
"Declarative-Design",
"Reactive Programming",
"Command Query Responsibility Segregation",
"Event Sourcing"
],
"author": "ahoo-wang",
"license": "Apache-2.0",
"devDependencies": {
"mermaid": "^11.15.0",
"vitepress": "^1.6.4",
"vitepress-plugin-llms": "^1.13.1",
"vitepress-plugin-mermaid": "^2.0.17"
},
"dependencies": {
"medium-zoom": "^1.1.0"
}
}