Files
OpenMQTTGateway/package.json
2024-01-16 09:32:47 -06:00

13 lines
219 B
JSON

{
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"devDependencies": {
"vuepress": "^1.9.10"
},
"dependencies": {
"vuepress-plugin-sitemap": "^2.3.1"
}
}