forked from nakamuraos/google-chat-notifications
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 839 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
37
{
"name": "google-chat-notifications",
"version": "2.2.0",
"private": true,
"description": "Google Chat Notifications for GitHub Actions",
"main": "dist/index.js",
"scripts": {
"build": "ncc build src/main.ts",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nakamuraos/google-chat-notification"
},
"keywords": [
"actions",
"node",
"setup"
],
"author": "nakamuraos",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/github": "^5.0.0",
"axios": "^0.28.0"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.11",
"@zeit/ncc": "^0.22.3",
"jest": "^27.4.3",
"jest-circus": "^27.4.2",
"ts-jest": "^27.0.7",
"typescript": "^4.5.2"
}
}