FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Trees/package.json at master · HowProgrammingWorks/Trees · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
HowProgrammingWorks
/
Trees
Public
Notifications
You must be signed in to change notification settings
Fork
11
Star
4
Code
Issues
2
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Trees
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
15 lines (15 loc) · 345 Bytes
Breadcrumbs
Trees
/
package.json
Copy path
File metadata and controls
15 lines (15 loc) · 345 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
{
"name"
:
"
patterns
"
,
"version"
:
"
1.0.0
"
,
"scripts"
: {
"lint"
:
"
eslint . && prettier -c
\"
**/*.js
\"
"
,
"fix"
:
"
eslint . --fix && prettier --write
\"
**/*.js
\"
"
},
"author"
:
"
Timur Shemsedinov
"
,
"private"
:
true
,
"dependencies"
: {
"eslint"
:
"
^9.12.0
"
,
"eslint-config-metarhia"
:
"
^9.1.0
"
,
"prettier"
:
"
^3.3.3
"
}
}
Back
|
FazBrowse Home
|
New Git URL