forked from Co-qn/google-chat-notification
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 826 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-notification",
"version": "0.1.0",
"private": true,
"description": "Google Chat Notification for GitHub Actions",
"main": "dist/index.js",
"scripts": {
"build": "ncc build src/main.ts",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Co-qn/google-chat-notification"
},
"keywords": [
"actions",
"node",
"setup"
],
"author": "Co-qn",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.0.0",
"@actions/github": "^1.0.0",
"axios": "^0.19.0"
},
"devDependencies": {
"@types/jest": "^24.0.25",
"@types/node": "^12.0.4",
"@types/axios": "^0.14.0",
"@zeit/ncc": "^0.20.5",
"jest": "^24.9.0",
"jest-circus": "^24.9.0",
"ts-jest": "^24.3.0",
"typescript": "^3.5.1"
}
}