jellyfin-sdk-kotlin/package.json
2024-10-27 16:19:01 +01: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.4.1"
}
}