-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "gh-actions-course",
"version": "1.0.0",
"description": "[](https://github.com/github-actions-repo/course-code/actions/workflows/vars-and-secrets.yaml)\r [](https://github.com/github-actions-repo/course-code/actions/workflows/status-check.yaml)\r [](https://github.com/github-actions-repo/course-code/actions/workflows/matrix.yaml)\r [](https://github.com/github-actions-repo/course-code/actions/workflows/dynamic-matrix.yaml)",
"main": "app.js",
"scripts": {
"test": "jest --coverage"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.10.1",
"axios": "^1.6.8",
"lodash": "^4.17.21",
"moment": "^2.30.1"
},
"devDependencies": {
"jest": "^29.7.0"
}
}