-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 893 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
{
"name": "fetch-latest-github-release",
"version": "2.0.0",
"description": "A tiny GitHub action to fetch the latest GitHub Release for a given repository. Originally forked from https://github.com/gregziegan/fetch-latest-release on 2023/04/27",
"main": "action.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cityoflosangeles/fetch-latest-github-release.git"
},
"author": "City of Los Angeles",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/CityOfLosAngeles/fetch-latest-github-release/issues"
},
"homepage": "https://github.com/CityOfLosAngeles/fetch-latest-github-release#readme",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^2.2.0",
"config": "^3.3.12"
},
"devDependencies": {
"jest": "^29.7.0",
"nock": "^13.5.6"
}
}