Hack Club Eligibility Bot™️

This commit is contained in:
Rana 2024-09-04 00:12:02 +01:00
commit 4224c88c9b
Signed by: haroon
GPG key ID: 8B96C44DDF5756E4
6 changed files with 2706 additions and 0 deletions

29
package.json Normal file
View file

@ -0,0 +1,29 @@
{
"name": "hack-club-eligiblity",
"version": "1.0.0",
"main": "index.ts",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.hackclub.app/haroon/hack-club-eligiblity.git"
},
"keywords": [
"hack",
"club",
"eligiblity",
"slack"
],
"author": "Haroon <haroon@hackclub.app>",
"license": "ISC",
"description": "",
"dependencies": {
"@slack/bolt": "^3.21.1",
"@slack/web-api": "^7.3.4",
"dotenv": "^16.4.5",
"typescript": "^5.5.4"
}
}