nonebot2/package.json
2023-07-17 20:42:15 +08:00

23 lines
631 B
JSON

{
"name": "root",
"private": true,
"workspaces": [
"website"
],
"scripts": {
"archive": "yarn workspace nonebot docusaurus docs:version",
"build": "yarn workspace nonebot build",
"build:plugin": "cross-env BASE_URL='/website/' yarn workspace nonebot build",
"start": "yarn workspace nonebot start",
"serve": "yarn workspace nonebot serve",
"clear": "yarn workspace nonebot clear",
"prettier": "prettier --config ./.prettierrc --write \"./website/\"",
"pyright": "pyright"
},
"devDependencies": {
"cross-env": "^7.0.3",
"prettier": "^2.5.0",
"pyright": "^1.1.317"
}
}