nonebot2/package.json

9 lines
182 B
JSON
Raw Normal View History

2018-08-13 16:46:45 +00:00
{
"scripts": {
2020-03-16 12:36:58 +00:00
"docs:dev": "vuepress dev -h 127.0.0.1 -p 8888 --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
}
}