UNPKG

dendrologist

Version:

A simple, fast, and lightweight tree modification library for JavaScript.

43 lines (42 loc) 998 B
{ "name": "dendrologist", "description": "A simple, fast, and lightweight tree modification library for JavaScript.", "homepage": "https://github.com/gaven/dendrologist", "license": "MIT", "author": "Gaven Heim", "version": "0.1.5", "type": "module", "main": "./dist/dendrologist.js", "types": "./dist/index.d.ts", "scripts": { "dev": "vite", "build": "tsc && vite build", "test": "vitest run", "test:watch": "vitest" }, "keywords": [ "tree manipulation", "node operations", "depth-first search", "tree data structure", "node identification", "node update", "node deletion", "node addition", "node movement", "tree traversal", "recursive algorithms", "tree modification", "error handling", "TypeScript library", "JavaScript utility" ], "devDependencies": { "typescript": "^5.0.2", "vite": "^4.4.5", "vitest": "^0.34.3" }, "dependencies": { "vite-plugin-dts": "^3.5.2" } }