UNPKG

files-folder

Version:

Lightweight library to grab all files or folders in a directory.

58 lines (57 loc) 1.31 kB
{ "name": "files-folder", "version": "1.2.4", "description": "Lightweight library to grab all files or folders in a directory.", "main": "./dist/index.js", "type": "module", "types": "./dist/index.d.ts", "files": [ "dist" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs", "default": "./dist/index.js" } }, "scripts": { "dev": "tsup-node --watch --config ./tsup.config.ts", "build": "tsup-node --config ./tsup.config.ts", "prepublishOnly": "npm run build", "test": "jest --i --W 4" }, "author": { "name": "Marcos Viana", "email": "marcosvianacdc@gmail.com" }, "homepage": "https://github.com/Maarcosv99/files-folder", "repository": "Maarcosv99/files-folder", "bugs": { "url": "https://github.com/Maarcosv99/files-folder/issues" }, "license": "ISC", "keywords": [ "fs", "path", "directory", "esbuild", "files", "readdir", "lazy", "folder", "find", "grab" ], "devDependencies": { "@types/jest": "^29.2.5", "@types/node": "^18.11.18", "files-folder": "^1.0.1", "jest": "^29.3.1", "ts-jest": "^29.0.3", "ts-node": "^10.9.1", "tsup": "^6.7.0", "typescript": "^4.9.4" } }