mirror of
https://github.com/jellyfin/jellyfin-sdk-kotlin.git
synced 2024-11-23 05:49:59 +00:00
12 lines
220 B
JSON
12 lines
220 B
JSON
{
|
|
"description": "This file is used for the documentation only",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "vitepress dev docs",
|
|
"build": "vitepress build docs"
|
|
},
|
|
"devDependencies": {
|
|
"vitepress": "1.3.3"
|
|
}
|
|
}
|