From f16e79d17e0eb5cfaf7a1d794865c9d04e951682 Mon Sep 17 00:00:00 2001 From: Ryan Noon Date: Tue, 21 Jun 2022 02:38:06 -0400 Subject: [PATCH] added required package.json info --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index a245604..39422c3 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,8 @@ { + "name": "ackbot", + "version": "0.1", + "author": "Ryan Noon (https://rmnoon.github.io)", + "license": "MIT", "dependencies": { "@slack/web-api": "^6.7.2", "@upstash/redis": "^1.1.0",