mirror of
https://github.com/1technophile/OpenMQTTGateway.git
synced 2026-02-19 16:21:44 +01:00
13 lines
219 B
JSON
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"
|
|
}
|
|
}
|