forked from Co-qn/google-chat-notification
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 843 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": "3.4.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-notifications"
},
"keywords": [
"actions",
"node",
"setup"
],
"author": "nakamuraos",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"axios": "^1.6.8"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.28",
"@vercel/ncc": "^0.38.1",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.4.2"
}
}