nonebot2/package.json

21 lines
585 B
JSON
Raw Normal View History

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