generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpackage.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.10.0",
"@actions/github": "^5.1.1",
"axios": "^1.2.0"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@zeit/ncc": "^0.22.3",
"jest": "^29.3.1",
"jest-circus": "^29.3.1",
"ts-jest": "^29.0.3",
"typescript": "^4.9.3"
}
}