-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.18 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
45
46
47
48
49
50
51
52
53
{
"name": "",
"version": "0.0.0",
"description": "",
"main": "index.js",
"maintainers": [
{
"name": "Jasper Mayone",
"email": "me@jaspermayone.com",
"url": "https://jaspermayone.com"
}
],
"scripts": {
"start": "node dist/index.js",
"build": "tsc",
"dev": "nodemon src/index.ts"
},
"keywords": [],
"author": "Jasper Mayone <me@jaspermayone.com>",
"dependencies": {
"@slack/bolt": "^3.18.0",
"@slack/web-api": "^7.0.4",
"@types/express": "^4.17.21",
"async": "^3.2.5",
"axios": "^1.7.2",
"bottleneck": "^2.19.5",
"colors": "^1.4.0",
"cron": "^3.1.7",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"form-data": "^4.0.0",
"js-yaml": "^4.1.0",
"node-fetch": "2",
"node-statsd": "^0.1.1",
"nodemon": "^3.0.3",
"postgres": "^3.4.4",
"response-time": "^2.3.2",
"tsx": "^4.9.3",
"yaml": "^2.4.5"
},
"devDependencies": {
"@types/async": "^3.2.24",
"@types/js-yaml": "^4.0.9",
"@types/node-statsd": "^0.1.6",
"@types/response-time": "^2.3.8",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"engines": {
"node": ">=20.0.0",
"pnpm": ">=9.4.0"
}
}