hack-club-eligiblity/package.json

29 lines
590 B
JSON
Raw Normal View History

2024-09-03 23:12:02 +00:00
{
"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"
}
}