forked from shikajiro/actions-mention-to-chatwork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 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
42
{
"name": "actions-mention-to-chatwork",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/github": "^5.0.0",
"axios": "^0.27.0",
"js-yaml": "^4.0.0",
"lodash": "^4.17.21",
"prettier": "^3.0.3"
},
"devDependencies": {
"@types/jest": "29.5.0",
"@types/js-yaml": "4.0.5",
"@types/lodash": "4.14.194",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"@vercel/ncc": "^0.38.1",
"eslint": "8.38.0",
"jest": "29.5.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.0.4"
},
"scripts": {
"test": "jest",
"build": "ncc build src/index.ts",
"lint": "tsc --noEmit && eslint --ext .js,.ts ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chatwork/actions-mention-to-chatwork.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chatwork/actions-mention-to-chatwork/issues"
},
"homepage": "https://github.com/chatwork/actions-mention-to-chatwork#readme"
}