Guest User

package.json

a guest
Jul 2nd, 2023
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.94 KB | Fixit | 0 0
  1. {
  2.   "name": "koishi-bp",
  3.   "version": "0.0.0",
  4.   "private": true,
  5.   "files": [
  6.     ".env",
  7.     "koishi.yml"
  8.   ],
  9.   "license": "AGPL-3.0",
  10.   "workspaces": [
  11.     "external/*",
  12.     "external/*/external/*",
  13.     "external/*/external/*/packages/*",
  14.     "external/*/external/*/packages/@*/*",
  15.     "external/*/external/*/plugins/*",
  16.     "external/*/packages/*",
  17.     "external/*/packages/@*/*",
  18.     "external/*/plugins/*",
  19.     "external/satori/adapters/*",
  20.     "external/koishi/plugins/*",
  21.     "external/koishi/plugins/adapter/*",
  22.     "external/koishi/plugins/common/*",
  23.     "external/koishi/plugins/database/*",
  24.     "packages/*",
  25.     "packages/@*/*",
  26.     "plugins/*",
  27.     "plugins/@*/*"
  28.   ],
  29.   "scripts": {
  30.     "new": "koishi-scripts new",
  31.     "setup": "koishi-scripts setup",
  32.     "clone": "koishi-scripts clone",
  33.     "build": "yakumo build",
  34.     "bump": "yakumo version",
  35.     "dep": "yakumo upgrade",
  36.     "pub": "yakumo publish",
  37.     "dev": "cross-env NODE_ENV=development koishi start -r esbuild-register -r yml-register",
  38.     "start": "koishi start"
  39.   },
  40.   "devDependencies": {
  41.     "@koishijs/client": "^5.11.6",
  42.     "@koishijs/plugin-hmr": "^1.2.0",
  43.     "@koishijs/scripts": "^4.1.7",
  44.     "@types/node": "^20.3.3",
  45.     "cross-env": "^7.0.3",
  46.     "esbuild": "^0.18.11",
  47.     "esbuild-register": "^3.4.2",
  48.     "typescript": "^5.0.4",
  49.     "yakumo": "^0.3.13",
  50.     "yakumo-esbuild": "^0.3.22",
  51.     "yakumo-esbuild-yaml": "^0.3.1",
  52.     "yakumo-publish": "^0.3.4",
  53.     "yakumo-publish-sync": "^0.3.2",
  54.     "yakumo-tsc": "^0.3.12",
  55.     "yakumo-upgrade": "^0.3.3",
  56.     "yakumo-version": "^0.3.4",
  57.     "yml-register": "^1.1.0"
  58.   },
  59.   "dependencies": {
  60.     "@koishijs/plugin-adapter-discord": "^3.7.1",
  61.     "@koishijs/plugin-adapter-lark": "^2.1.1",
  62.     "@koishijs/plugin-adapter-kook": "^3.9.2",
  63.     "@koishijs/plugin-adapter-onebot": "^5.7.1",
  64.     "@koishijs/plugin-adapter-telegram": "^3.7.9",
  65.     "@koishijs/plugin-admin": "^1.3.0",
  66.     "@koishijs/plugin-analytics": "^1.0.3",
  67.     "@koishijs/plugin-auth": "^4.0.0",
  68.     "@koishijs/plugin-bind": "^1.4.1",
  69.     "@koishijs/plugin-commands": "^3.2.1",
  70.     "@koishijs/plugin-config": "^2.1.0",
  71.     "@koishijs/plugin-console": "^5.11.6",
  72.     "@koishijs/plugin-database-sqlite": "^3.5.6",
  73.     "@koishijs/plugin-dataview": "^2.3.1",
  74.     "@koishijs/plugin-explorer": "^1.3.2",
  75.     "@koishijs/plugin-help": "^2.2.3",
  76.     "@koishijs/plugin-insight": "^3.4.1",
  77.     "@koishijs/plugin-inspect": "^1.1.0",
  78.     "@koishijs/plugin-locales": "^2.3.1",
  79.     "@koishijs/plugin-logger": "^2.2.3",
  80.     "@koishijs/plugin-market": "^2.2.1",
  81.     "@koishijs/plugin-rate-limit": "^1.3.2",
  82.     "@koishijs/plugin-sandbox": "^3.1.7",
  83.     "@koishijs/plugin-status": "^7.1.3",
  84.     "koishi": "^4.13.6",
  85.     "koishi-plugin-assets-local": "^3.1.0",
  86.     "koishi-plugin-desktop": "^0.0.4",
  87.     "koishi-plugin-gocqhttp": "^3.7.2",
  88.     "koishi-plugin-puppeteer": "^3.5.0",
  89.     "koishi-plugin-theme-vanilla": "^1.0.5"
  90.   }
  91. }
  92.  
Advertisement
Add Comment
Please, Sign In to add comment