FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
setup-hdfs/package.json at master · beyondstorage/setup-hdfs · GitHub
beyondstorage
/
setup-hdfs
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
4
Code
Issues
1
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
setup-hdfs
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
41 lines (41 loc) · 1003 Bytes
Breadcrumbs
setup-hdfs
/
package.json
Copy path
File metadata and controls
41 lines (41 loc) · 1003 Bytes
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
{
"name"
:
"
setup-hdfs
"
,
"version"
:
"
0.0.1
"
,
"description"
:
"
Setup hdfs action
"
,
"main"
:
"
dist/index.js
"
,
"scripts"
: {
"tsc"
:
"
tsc
"
,
"ncc"
:
"
ncc build lib/setup-hdfs.js
"
,
"build"
:
"
prettier --write **/*.ts && tsc && ncc build lib/setup-hdfs.js
"
,
"format"
:
"
prettier --write **/*.ts
"
,
"format-check"
:
"
prettier --check **/*.ts
"
,
"test"
:
"
jest
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git+https://github.com/beyondstorage/setup-hdfs.git
"
},
"keywords"
: [
"
actions
"
,
"
node
"
,
"
setup
"
,
"
spark
"
],
"author"
:
"
beyondstorage Contributors
"
,
"license"
:
"
Apache 2.0
"
,
"dependencies"
: {
"@actions/core"
:
"
^3.0.1
"
,
"@actions/io"
:
"
^1.1.3
"
,
"@actions/tool-cache"
:
"
^2.0.2
"
},
"devDependencies"
: {
"@types/jest"
:
"
^30.0.0
"
,
"@types/node"
:
"
^26.4.0
"
,
"@vercel/ncc"
:
"
^0.44.1
"
,
"jest"
:
"
^30.5.0
"
,
"jest-circus"
:
"
^30.2.0
"
,
"prettier"
:
"
^3.9.6
"
,
"ts-jest"
:
"
^29.4.12
"
,
"typescript"
:
"
^7.0.2
"
}
}
Back
|
FazBrowse Home
|
New Git URL