@knide/fs-prober
Version:
fs-prober is a browser-friendly NPM package for extracting file and folder structures from user-selected files or directories.
107 lines (106 loc) • 2.56 kB
JSON
{
"name": "@knide/fs-prober",
"version": "1.0.2",
"description": "fs-prober is a browser-friendly NPM package for extracting file and folder structures from user-selected files or directories.",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"default": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"./react": {
"types": "./dist/react.d.ts",
"import": {
"types": "./dist/react.d.ts",
"default": "./dist/react.mjs"
},
"default": {
"types": "./dist/react.d.ts",
"default": "./dist/react.js"
}
},
"./dist/react": {
"types": "./dist/react.d.ts",
"import": {
"types": "./dist/react.d.ts",
"default": "./dist/react.mjs"
},
"default": {
"types": "./dist/react.d.ts",
"default": "./dist/react.js"
}
}
},
"publishConfig": {
"access": "public"
},
"files": [
"**/*"
],
"scripts": {
"dev:tsc": "tsc -w -p tsc.tsconfig.json",
"dev": "NODE_ENV=development tsup",
"build": "tsup",
"lint:tsc": "tsc --noEmit",
"lint:biome": "biome check ./src",
"lint": "yarn lint:tsc && yarn lint:biome",
"format": "biome check --write ./src"
},
"author": "ashuvssut (Ashutosh Khanduala)",
"license": "MIT",
"bugs": {
"url": "https://github.com/stacknide/fs-prober/issues"
},
"homepage": "https://github.com/stacknide/fs-prober#readme",
"keywords": [
"react",
"react-dropzone",
"file-system-access",
"dropzone",
"fs-prober",
"file",
"system",
"probe",
"folder",
"structure",
"browser"
],
"dependencies": {
"lodash.flatmap": "^4.5.0",
"lodash.map": "^4.6.0",
"nanoid": "^5.0.9",
"react-dropzone": "^14.3.5"
},
"devDependencies": {
"@biomejs/biome": "2.0.4",
"@types/lodash.flatmap": "^4",
"@types/lodash.map": "^4",
"@types/wicg-file-system-access": "^2023.10.5",
"lefthook": "^1.9.2",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
},
"peerDependencies": {
"@types/react": ">=17.0.0",
"react": ">=17.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"react": {
"optional": true
}
},
"funding": "https://buymeacoffee.com/ashuvssut"
}