nonebot2/package.json

10 lines
187 B
JSON
Raw Normal View History

2018-08-14 00:46:45 +08:00
{
"scripts": {
2020-04-22 20:38:51 +08:00
"docs:dev": "vuepress dev --host 127.0.0.1 -p 8888 --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
}
2020-04-22 20:38:51 +08:00
}