diff --git a/LICENSE b/LICENSE index 6b2931a..9ff3dad 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Hamster +Copyright (c) 2022 Maiko Tan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cli/index.mjs b/cli/index.mjs new file mode 100644 index 0000000..e69de29 diff --git a/package.json b/package.json new file mode 100644 index 0000000..932e0c0 --- /dev/null +++ b/package.json @@ -0,0 +1,10 @@ +{ + "name": "hatsushimo", + "version": "1.0.0", + "description": "A QQ/Discord Bot for our FFXIV-related group (Eorzea Macrology Association)", + "main": "cli/index.mjs", + "repository": "git@github.com:AwesomeHamster/hatsushimo.git", + "author": "Maiko Tan ", + "license": "MIT", + "private": true +}