FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
deadcode/package.json at master · Coding-Dev-Tools/deadcode · GitHub
Coding-Dev-Tools
/
deadcode
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
3
Code
Issues
0
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
deadcode
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
45 lines (45 loc) · 998 Bytes
Breadcrumbs
deadcode
/
package.json
Copy path
File metadata and controls
45 lines (45 loc) · 998 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
44
45
{
"name"
:
"
deadcode-cli
"
,
"version"
:
"
0.1.1
"
,
"description"
:
"
Find unused/dead code in TypeScript, React, and Next.js projects. Scans for orphaned exports, dead routes, unreferenced components, and unused CSS module classes.
"
,
"author"
:
"
Coding-Dev-Tools
"
,
"
license
"
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/Coding-Dev-Tools/deadcode.git
"
},
"homepage"
:
"
https://github.com/Coding-Dev-Tools/deadcode#readme
"
,
"bugs"
: {
"url"
:
"
https://github.com/Coding-Dev-Tools/deadcode/issues
"
},
"bin"
: {
"deadcode"
:
"
cli.js
"
},
"keywords"
: [
"
dead-code
"
,
"
unused-code
"
,
"
linter
"
,
"
static-analysis
"
,
"
code-quality
"
,
"
treeshaking
"
,
"
bundle-size
"
,
"
react
"
,
"
nextjs
"
,
"
typescript
"
,
"
css
"
,
"
orphaned
"
,
"
cli
"
,
"
developer-tools
"
,
"
code-cleanup
"
],
"files"
: [
"
cli.js
"
],
"engines"
: {
"node"
:
"
>=16.0.0
"
},
"preferGlobal"
:
true
,
"publishConfig"
: {
"access"
:
"
public
"
}
}
Back
|
FazBrowse Home
|
New Git URL