nonebot2/package.json

9 lines
180 B
JSON
Raw Normal View History

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