-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "hcbfetcher",
"version": "1.0.0",
"description": "",
"main": "src/index.mts",
"scripts": {
"start": "node --loader ts-node/esm --disable-warning=ExperimentalWarning ./src/index.mts",
"dev": "nodemon --loader ts-node/esm --disable-warning=ExperimentalWarning src/index.mts",
"lint": "eslint ./src/**/.ts"
},
"keywords": [
"hcb",
"hackclub",
"money"
],
"type": "module",
"author": "Ssmidge",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.0.2",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^9.8.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"typescript-eslint": "^8.1.0",
"wrangler": "^3.70.0"
},
"dependencies": {
"@cloudflare/workers-types": "^4.20240806.0",
"@slack/bolt": "^3.19.0",
"@slack/socket-mode": "^2.0.0",
"axios": "^1.7.3",
"chalk": "^5.3.0",
"dotenv": "^16.4.5",
"fastify": "^4.28.1",
"itty-router": "^5.0.17",
"node-cache": "^5.1.2",
"redis": "^4.7.0",
"yaml": "^2.5.0"
}
}