16 lines
372 B
JSON
16 lines
372 B
JSON
|
|
{
|
||
|
|
"name": "documentation-platform-likec4",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "LikeC4 architecture models for the documentation platform",
|
||
|
|
"scripts": {
|
||
|
|
"start": "npx likec4 start"
|
||
|
|
},
|
||
|
|
"keywords": ["likec4", "architecture", "documentation"],
|
||
|
|
"author": "",
|
||
|
|
"license": "ISC",
|
||
|
|
"dependencies": {
|
||
|
|
"@likec4/cli": "^0.40.0",
|
||
|
|
"likec4": "^1.37.0"
|
||
|
|
}
|
||
|
|
}
|