-
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) · 839 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 839 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": "workObjectsDemoApp",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"build": "tsc",
"start": "node dist/server.js",
"push": "tsc && git add . && git commit -m \"auto push\" && git push && heroku logs --tail"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.21",
"@types/node": "^20.12.11",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"dependencies": {
"@slack/types": "^2.15.0-featWorkObjectsBeta.2",
"@slack/web-api": "^7.10.1-featWorkObjectsBeta.1",
"body-parser": "^1.20.2",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"express": "^4.19.2"
}
}