FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
.github/package.json at main · rescript-react-native/.github · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
rescript-react-native
/
.github
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
2
Code
Issues
0
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
.github
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (28 loc) · 590 Bytes
Breadcrumbs
.github
/
package.json
Copy path
File metadata and controls
28 lines (28 loc) · 590 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
{
"private"
:
true
,
"name"
:
"
@rescript-react-native/github
"
,
"funding"
:
"
https://github.com/rescript-react-native/rescript-react-native?sponsor=1
"
,
"license"
:
"
MIT
"
,
"scripts"
: {
"format"
:
"
prettier --write
\"
**/*.{md,json,js,css}
\"
"
},
"devDependencies"
: {
"husky"
:
"
^4.0.0
"
,
"lint-staged"
:
"
^10.0.0
"
,
"prettier"
:
"
^2.0.0
"
},
"prettier"
: {
"trailingComma"
:
"
all
"
,
"proseWrap"
:
"
always
"
},
"lint-staged"
: {
"*.{md,json,js,css}"
: [
"
prettier --write
"
]
},
"husky"
: {
"hooks"
: {
"pre-commit"
:
"
lint-staged
"
}
}
}
Back
|
FazBrowse Home
|
New Git URL