nonebot2/package.json

9 lines
180 B
JSON
Raw Normal View History

2018-08-13 16:46:45 +00:00
{
"scripts": {
2019-01-26 14:21:51 +00:00
"docs:dev": "vuepress dev -h 0.0.0.0 -p 9090 --debug docs",
2018-08-13 16:46:45 +00:00
"docs:build": "vuepress build docs"
},
"devDependencies": {
2018-12-15 05:47:50 +00:00
"vuepress": "^0.14.8"
2018-08-13 16:46:45 +00:00
}
}