UNPKG

@utopia-utils/tree

Version:
42 lines 1.05 kB
{ "name": "@utopia-utils/tree", "type": "module", "version": "1.1.0", "description": "Collection of common tree utils", "author": "Utopia <https://github.com/GreatAuk>", "license": "MIT", "homepage": "https://github.com/GreatAuk/utopia-utils#readme", "repository": { "type": "git", "url": "git+https://github.com/GreatAuk/utopia-utils.git", "directory": "packages/tree" }, "bugs": { "url": "https://github.com/GreatAuk/utopia-utils/issues" }, "keywords": [ "utils", "tree-utils" ], "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" } }, "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.mts", "dependencies": { "@utopia-utils/share": "1.1.0" }, "scripts": { "build": "tsdown", "dev": "tsdown --watch", "start": "tsx src/index.ts", "test": "vitest", "typecheck": "tsc --noEmit", "clean": "rm -rf .turbo & rm -rf node_modules & rm -rf dist" } }