-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
41 lines (41 loc) · 1.06 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
{
"name": "actions-mention-to-slack",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@vercel/ncc": "^0.36.1",
"axios": "^0.27.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/jest": "29.5.6",
"@types/js-yaml": "^4.0.5",
"@types/lodash": "4.14.197",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"eslint": "8.48.0",
"jest": "29.7.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2"
},
"scripts": {
"test": "jest",
"build": "ncc build --source-map",
"lint": "tsc --noEmit && eslint --ext .js,.ts ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abeyuya/actions-mention-to-slack.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/abeyuya/actions-mention-to-slack/issues"
},
"homepage": "https://github.com/abeyuya/actions-mention-to-slack#readme"
}