UNPKG

simple-binary-tree

Version:

Binary tree data structure

26 lines (25 loc) 445 B
{ "name": "simple-binary-tree", "version": "1.0.2", "description": "Binary tree data structure", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "simple", "binary", "tree", "data", "structure" ], "author": "larango", "license": "ISC", "type": "module", "devDependencies": { "typescript": "^5.8.2" }, "files": [ "dist" ] }