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 33 "name" : " workspace" ,
44 "version" : " 1.0.0" ,
55 "scripts" : {
6- "publish" : " yarn changeset publish"
6+ "publish" : " yarn changeset publish" ,
7+ "version" : " yarn changeset"
78 },
89 "devDependencies" : {
910 "@biomejs/biome" : " 1.9.4" ,
1415 },
1516 "author" : " ashuvssut (Ashutosh Khanduala)" ,
1617 "license" : " MIT" ,
17- "bugs" : {
18- "url" : " https://github.com/stacknide/fs-prober/issues"
19- },
20- "homepage" : " https://github.com/stacknide/fs-prober#readme" ,
2118 "workspaces" : [
2219 " docs" ,
2320 " 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 1313 " LICENSE" ,
1414 " CHANGELOG.md" ,
1515 " src" ,
16- " dist"
16+ " dist" ,
17+ " README.md"
1718 ],
1819 "scripts" : {
1920 "dev" : " tsc -w" ,
2021 "build" : " tsup src/index.ts --format cjs,esm --dts" ,
2122 "lint:tsc" : " tsc --noEmit" ,
2223 "lint:biome" : " biome check ./src" ,
2324 "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"
2826 },
2927 "devDependencies" : {
3028 "@biomejs/biome" : " 1.9.4" ,
3735 "bugs" : {
3836 "url" : " https://github.com/stacknide/fs-prober/issues"
3937 },
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+ ]
4148}
You can’t perform that action at this time.
0 commit comments