FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pre-commit-hooks/package.json at main · aRustyDev/pre-commit-hooks · GitHub
aRustyDev
/
pre-commit-hooks
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
5
Code
Issues
6
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
pre-commit-hooks
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
43 lines (43 loc) · 1010 Bytes
Breadcrumbs
pre-commit-hooks
/
package.json
Copy path
File metadata and controls
43 lines (43 loc) · 1010 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
42
43
{
"name"
:
"
@arustydev/pre-commit-hooks
"
,
"version"
:
"
0.1.0
"
,
"description"
:
"
Collection of pre-commit hooks for various languages and tools
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git+https://github.com/aRustyDev/pre-commit-hooks.git
"
},
"keywords"
: [
"
pre-commit
"
,
"
hooks
"
,
"
linting
"
,
"
formatting
"
,
"
git
"
,
"
ci
"
],
"author"
:
"
aRustyDev
"
,
"license"
:
"
MIT
"
,
"bugs"
: {
"url"
:
"
https://github.com/aRustyDev/pre-commit-hooks/issues
"
},
"homepage"
:
"
https://github.com/aRustyDev/pre-commit-hooks#readme
"
,
"files"
: [
"
hooks/
"
,
"
tests/
"
,
"
docs/
"
,
"
.pre-commit-hooks.yaml
"
,
"
README.md
"
,
"
LICENSE
"
],
"scripts"
: {
"test"
:
"
./tests/run_tests.sh
"
,
"version"
:
"
echo $npm_package_version > VERSION && git add VERSION
"
},
"devDependencies"
: {
"conventional-changelog-cli"
:
"
^2.2.2
"
,
"standard-version"
:
"
^9.5.0
"
},
"publishConfig"
: {
"access"
:
"
public
"
,
"registry"
:
"
https://registry.npmjs.org/
"
}
}
Back
|
FazBrowse Home
|
New Git URL