-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 868 Bytes
/
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
{
"name": "tombot-lunch",
"version": "2.2.0",
"description": "lunch menu for slack",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "pm2-runtime start process.json",
"test": "jest --coverage --verbose",
"test:update": "jest --update-snapshot",
"test:ci": "jest"
},
"keywords": [
"tombot"
],
"author": "Tomas Bruckner, https://github.com/tomasbruckner",
"license": "ISC",
"dependencies": {
"@slack/rtm-api": "^6.1.1",
"@slack/web-api": "^6.10.0",
"bent": "^7.3.12",
"cheerio": "^1.0.0-rc.2",
"cron": "^3.1.6",
"pm2": "^5.3.0",
"prettier": "^3.1.0",
"request": "^2.88.0"
},
"devDependencies": {
"@types/jest": "^29.5.10",
"@types/node": "^20.9.4",
"jest": "^29.7.0",
"source-map-support": "^0.5.9",
"ts-jest": "^29.1.1",
"ts-node": "^10.4.0"
}
}