{ "name": "js-binary-search-tree", "version": "1.0.0", "description": "Balanced Binary Search Tree implemented in ES6 JS", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "ssh://_gitea@git.alexanderk.net:3022/ak/js-binary-search-tree.git" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "eslint": "^8.43.0", "eslint-config-prettier": "^8.8.0", "prettier": "^2.8.8" }, "type" : "module" }