Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "name": "koishi-bp",
- "version": "0.0.0",
- "private": true,
- "files": [
- ".env",
- "koishi.yml"
- ],
- "license": "AGPL-3.0",
- "workspaces": [
- "external/*",
- "external/*/external/*",
- "external/*/external/*/packages/*",
- "external/*/external/*/packages/@*/*",
- "external/*/external/*/plugins/*",
- "external/*/packages/*",
- "external/*/packages/@*/*",
- "external/*/plugins/*",
- "external/satori/adapters/*",
- "external/koishi/plugins/*",
- "external/koishi/plugins/adapter/*",
- "external/koishi/plugins/common/*",
- "external/koishi/plugins/database/*",
- "packages/*",
- "packages/@*/*",
- "plugins/*",
- "plugins/@*/*"
- ],
- "scripts": {
- "new": "koishi-scripts new",
- "setup": "koishi-scripts setup",
- "clone": "koishi-scripts clone",
- "build": "yakumo build",
- "bump": "yakumo version",
- "dep": "yakumo upgrade",
- "pub": "yakumo publish",
- "dev": "cross-env NODE_ENV=development koishi start -r esbuild-register -r yml-register",
- "start": "koishi start"
- },
- "devDependencies": {
- "@koishijs/client": "^5.11.6",
- "@koishijs/plugin-hmr": "^1.2.0",
- "@koishijs/scripts": "^4.1.7",
- "@types/node": "^20.3.3",
- "cross-env": "^7.0.3",
- "esbuild": "^0.18.11",
- "esbuild-register": "^3.4.2",
- "typescript": "^5.0.4",
- "yakumo": "^0.3.13",
- "yakumo-esbuild": "^0.3.22",
- "yakumo-esbuild-yaml": "^0.3.1",
- "yakumo-publish": "^0.3.4",
- "yakumo-publish-sync": "^0.3.2",
- "yakumo-tsc": "^0.3.12",
- "yakumo-upgrade": "^0.3.3",
- "yakumo-version": "^0.3.4",
- "yml-register": "^1.1.0"
- },
- "dependencies": {
- "@koishijs/plugin-adapter-discord": "^3.7.1",
- "@koishijs/plugin-adapter-lark": "^2.1.1",
- "@koishijs/plugin-adapter-kook": "^3.9.2",
- "@koishijs/plugin-adapter-onebot": "^5.7.1",
- "@koishijs/plugin-adapter-telegram": "^3.7.9",
- "@koishijs/plugin-admin": "^1.3.0",
- "@koishijs/plugin-analytics": "^1.0.3",
- "@koishijs/plugin-auth": "^4.0.0",
- "@koishijs/plugin-bind": "^1.4.1",
- "@koishijs/plugin-commands": "^3.2.1",
- "@koishijs/plugin-config": "^2.1.0",
- "@koishijs/plugin-console": "^5.11.6",
- "@koishijs/plugin-database-sqlite": "^3.5.6",
- "@koishijs/plugin-dataview": "^2.3.1",
- "@koishijs/plugin-explorer": "^1.3.2",
- "@koishijs/plugin-help": "^2.2.3",
- "@koishijs/plugin-insight": "^3.4.1",
- "@koishijs/plugin-inspect": "^1.1.0",
- "@koishijs/plugin-locales": "^2.3.1",
- "@koishijs/plugin-logger": "^2.2.3",
- "@koishijs/plugin-market": "^2.2.1",
- "@koishijs/plugin-rate-limit": "^1.3.2",
- "@koishijs/plugin-sandbox": "^3.1.7",
- "@koishijs/plugin-status": "^7.1.3",
- "koishi": "^4.13.6",
- "koishi-plugin-assets-local": "^3.1.0",
- "koishi-plugin-desktop": "^0.0.4",
- "koishi-plugin-gocqhttp": "^3.7.2",
- "koishi-plugin-puppeteer": "^3.5.0",
- "koishi-plugin-theme-vanilla": "^1.0.5"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment