FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
setup-java/package.json at master · git-pract/setup-java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
git-pract
/
setup-java
Public
forked from
actions/setup-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
setup-java
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
51 lines (51 loc) · 1.17 KB
Breadcrumbs
setup-java
/
package.json
Copy path
File metadata and controls
51 lines (51 loc) · 1.17 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name"
:
"
setup-java
"
,
"version"
:
"
1.0.0
"
,
"private"
:
true
,
"description"
:
"
setup java action
"
,
"main"
:
"
dist/index.js
"
,
"scripts"
: {
"build"
:
"
ncc build src/setup-java.ts
"
,
"format"
:
"
prettier --write **/*.ts
"
,
"format-check"
:
"
prettier --check **/*.ts
"
,
"prerelease"
:
"
npm run-script build
"
,
"release"
:
"
git add -f dist/index.js
"
,
"test"
:
"
jest
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git+https://github.com/actions/setup-java.git
"
},
"keywords"
: [
"
actions
"
,
"
node
"
,
"
setup
"
],
"author"
:
"
GitHub
"
,
"license"
:
"
MIT
"
,
"dependencies"
: {
"@actions/core"
:
"
^1.0.0
"
,
"@actions/exec"
:
"
^1.0.0
"
,
"@actions/http-client"
:
"
^1.0.6
"
,
"@actions/io"
:
"
^1.0.0
"
,
"@actions/tool-cache"
:
"
^1.3.1
"
,
"semver"
:
"
^6.1.1
"
},
"devDependencies"
: {
"@types/jest"
:
"
^24.0.13
"
,
"@types/node"
:
"
^12.0.4
"
,
"@types/semver"
:
"
^6.0.0
"
,
"@zeit/ncc"
:
"
^0.20.5
"
,
"jest"
:
"
^24.8.0
"
,
"jest-circus"
:
"
^24.7.1
"
,
"prettier"
:
"
^1.19.1
"
,
"ts-jest"
:
"
^24.0.2
"
,
"typescript"
:
"
^3.5.1
"
},
"husky"
: {
"skipCI"
:
true
,
"hooks"
: {
"pre-commit"
:
"
npm run build && npm run format
"
}
}
}
Back
|
FazBrowse Home
|
New Git URL