30 lines
591 B
JSON
30 lines
591 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|