nonebot2/package.json

9 lines
182 B
JSON
Raw Normal View History

2018-08-14 00:46:45 +08:00
{
"scripts": {
2018-12-22 20:20:45 +08:00
"docs:dev": "vuepress dev -h 127.0.0.1 -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
}
}