nonebot2/package.json

21 lines
585 B
JSON
Raw Normal View History

2021-12-02 03:17:10 +08:00
{
"name": "root",
"private": true,
"workspaces": [
"website"
],
"scripts": {
"archive": "yarn workspace nonebot docusaurus docs:version",
"build": "yarn workspace nonebot build",
2022-01-08 19:36:19 +08:00
"build:plugin": "cross-env BASE_URL='/website/' yarn workspace nonebot build",
2021-12-02 03:17:10 +08:00
"start": "yarn workspace nonebot start",
2021-12-02 15:00:55 +08:00
"serve": "yarn workspace nonebot serve",
2021-12-02 14:03:06 +08:00
"clear": "yarn workspace nonebot clear",
2021-12-02 03:17:10 +08:00
"prettier": "prettier --config ./.prettierrc --write \"./website/**/*.md\""
},
"devDependencies": {
2021-12-02 14:03:06 +08:00
"cross-env": "^7.0.3",
2021-12-02 03:17:10 +08:00
"prettier": "^2.5.0"
}
}