-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 855 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 855 Bytes
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
{
"name": "til-strict-slack-bot",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node main.ts"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@notionhq/client": "^2.3.0",
"@slack/bolt": "^4.2.1",
"@slack/web-api": "^7.8.0",
"axios": "^1.9.0",
"dotenv": "^16.5.0",
"ioredis": "^5.5.0",
"serverless": "^4.7.0",
"serverless-offline": "^14.4.0"
},
"devDependencies": {
"@types/node": "^22.15.21",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.24.1",
"esbuild": "^0.24.2",
"eslint": "^9.21.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}