jellyfin-sdk-kotlin/package.json
2023-11-04 11:36:40 +01:00

12 lines
226 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.0.0-rc.24"
}
}