@@ -2,6 +2,8 @@
"name": "@growi/slack",
"version": "0.9.0-RC",
"license": "MIT",
+ "main": "dist/index.js",
+ "files": ["dist"],
"scripts": {
"build": "yarn tsc",
"tsc": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
@@ -0,0 +1,8 @@
+export const supportedSlackCommands: string[] = [
+ '/growi',
+];
+
+export const supportedGrowiCommands: string[] = [
+ 'search',
+ 'create',