-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 1.03 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
{
"name": "8-bit-heart",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node dist/index.js",
"build": "tsc",
"dev": "nodemon src/index.ts",
"test-slack": "nodemon src/promote-test.js"
},
"dependencies": {
"@slack/bolt": "^3.18.0",
"@slack/web-api": "^7.0.4",
"@types/express": "^4.17.21",
"airtable": "^0.12.2",
"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": {
"pnpm": "9.4.0"
}
}