mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 22:05:10 +00:00
Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com> Co-authored-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
25 lines
No EOL
548 B
JSON
25 lines
No EOL
548 B
JSON
{
|
|
"name": "slack-zeon",
|
|
"version": "1.0.0",
|
|
"main": "src/index.ts",
|
|
"author": "Saahil <neon@saahild.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "ts-node src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@slack/bolt": "^3.21.2",
|
|
"body-parser": "latest",
|
|
"dotenv": "^16.4.5",
|
|
"node-cron": "^3.0.3",
|
|
"simple-json-db": "^2.0.0",
|
|
"smee-client": "^2.0.3",
|
|
"ws": "^8.18.0",
|
|
"eventsource": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.7.4",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
} |