-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1020 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1020 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
32
33
34
35
36
37
38
39
40
41
{
"name": "github-action-slack-bot",
"version": "0.0.1",
"description": "Github action slack bot",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"dev": "nodemon src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Appmaker-xyz/github-action-slack-bot.git"
},
"keywords": [
"github",
"action",
"action",
"slack",
"bot",
"slack-bot"
],
"author": "Abhijith V (abhijithababhijith@gmail.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Appmaker-xyz/github-action-slack-bot/issues"
},
"homepage": "https://github.com/Appmaker-xyz/github-action-slack-bot#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@slack/web-api": "^6.8.1",
"dotenv": "^16.3.1",
"typescript": "^5.1.6"
},
"devDependencies": {
"@types/node": "^20.4.2",
"nodemon": "^3.0.1",
"ts-node": "^10.9.1"
}
}