UNPKG

@sinups/fmap

Version:

fmap is a lightweight tool that visualizes your file and folder structure in a clean, readable tree view — perfect for documentation, READMEs, and project overviews.

45 lines (44 loc) 1.27 kB
{ "name": "@sinups/fmap", "version": "0.0.4", "description": "fmap is a lightweight tool that visualizes your file and folder structure in a clean, readable tree view — perfect for documentation, READMEs, and project overviews.", "homepage": "https://github.com/sinups/fmap#readme", "packageManager": "yarn@4.0.1", "license": "MIT", "author": "Cojocari Andrei <webtheory.service@gmail.com", "keywords": [ "mantine", "tree", "file-tree", "file-map", "fmap", "react", "component", "ui" ], "main": "./dist/cjs/index.cjs", "module": "./dist/esm/index.mjs", "types": "./dist/types/index.d.ts", "exports": { ".": { "import": { "types": "./dist/types/index.d.mts", "default": "./dist/esm/index.mjs" }, "require": { "types": "./dist/types/index.d.ts", "default": "./dist/cjs/index.cjs" } }, "./styles.css": "./dist/styles.css", "./styles.layer.css": "./dist/styles.layer.css" }, "repository": "https://github.com/sinups/fmap.git", "peerDependencies": { "@mantine/core": ">=7.0.0", "@mantine/hooks": ">=7.0.0", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x" }, "bugs": "https://github.com/sinups/fmap/issues" }