File tree Expand file tree Collapse file tree 3 files changed +18
-11
lines changed Expand file tree Collapse file tree 3 files changed +18
-11
lines changed Original file line number Diff line number Diff line change 3
3
"name" : " workspace" ,
4
4
"version" : " 1.0.0" ,
5
5
"scripts" : {
6
- "publish" : " yarn changeset publish"
6
+ "publish" : " yarn changeset publish" ,
7
+ "version" : " yarn changeset"
7
8
},
8
9
"devDependencies" : {
9
10
"@biomejs/biome" : " 1.9.4" ,
14
15
},
15
16
"author" : " ashuvssut (Ashutosh Khanduala)" ,
16
17
"license" : " MIT" ,
17
- "bugs" : {
18
- "url" : " https://github.com/stacknide/fs-prober/issues"
19
- },
20
- "homepage" : " https://github.com/stacknide/fs-prober#readme" ,
21
18
"workspaces" : [
22
19
" docs" ,
23
20
" package"
Original file line number Diff line number Diff line change
1
+ # fs-prober
2
+
3
+ fs-prober is a browser-friendly NPM package for extracting file and folder structures from user-selected files or directories.
Original file line number Diff line number Diff line change 13
13
" LICENSE" ,
14
14
" CHANGELOG.md" ,
15
15
" src" ,
16
- " dist"
16
+ " dist" ,
17
+ " README.md"
17
18
],
18
19
"scripts" : {
19
20
"dev" : " tsc -w" ,
20
21
"build" : " tsup src/index.ts --format cjs,esm --dts" ,
21
22
"lint:tsc" : " tsc --noEmit" ,
22
23
"lint:biome" : " biome check ./src" ,
23
24
"lint" : " yarn lint:tsc && yarn lint:biome" ,
24
- "format" : " biome check --write ./src" ,
25
- "publish" : " yarn changeset publish" ,
26
- "buildpub" : " yarn build && yarn publish" ,
27
- "version" : " yarn changeset"
25
+ "format" : " biome check --write ./src"
28
26
},
29
27
"devDependencies" : {
30
28
"@biomejs/biome" : " 1.9.4" ,
37
35
"bugs" : {
38
36
"url" : " https://github.com/stacknide/fs-prober/issues"
39
37
},
40
- "homepage" : " https://github.com/stacknide/fs-prober#readme"
38
+ "homepage" : " https://github.com/stacknide/fs-prober#readme" ,
39
+ "keywords" : [
40
+ " fs-prober" ,
41
+ " file" ,
42
+ " system" ,
43
+ " probe" ,
44
+ " folder" ,
45
+ " structure" ,
46
+ " browser"
47
+ ]
41
48
}
You can’t perform that action at this time.
0 commit comments