jellyfin-sdk-kotlin/package.json

12 lines
220 B
JSON
Raw Normal View History

{
"description": "This file is used for the documentation only",
2023-08-15 17:19:43 +00:00
"type": "module",
"scripts": {
"start": "vitepress dev docs",
"build": "vitepress build docs"
},
"devDependencies": {
2024-08-24 14:12:55 +00:00
"vitepress": "1.3.3"
}
}