Blame view

bot/default.js 217 Bytes
b96699d9   other   修复并使他符合MewBot规范
1
2
3
4
5
6
  module.exports={
      "deps": {
      },
      "build": [
          ["npm","install"],
          ["npm","run","dist"]
333d7f85   other   update mew-iview
7
8
9
10
11
12
      ],
      "dists" : {
          "types" : "types",
          "dist"  : "build",
          "src"   : "src"
      }
b96699d9   other   修复并使他符合MewBot规范
13
  }