jellyfin-sdk-kotlin/package.json
2024-09-22 10:01:27 +02:00

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.4"
}
}