{
  "name": "@seald-io/binary-search-tree",
  "version": "1.0.3",
  "author": {
    "name": "Timothée Rebours",
    "email": "tim@seald.io",
    "url": "https://www.seald.io/"
  },
  "files": [
    "lib/**/*.js",
    "index.js"
  ],
  "description": "Different binary search tree implementations, including a self-balancing one (AVL)",
  "homepage": "https://github.com/seald/node-binary-search-tree",
  "repository": {
    "type": "git",
    "url": "git@github.com:seald/node-binary-search-tree.git"
  },
  "devDependencies": {
    "chai": "^4.3.4",
    "mocha": "^8.4.0",
    "semver": "^7.3.5",
    "standard": "^16.0.3"
  },
  "main": "index.js",
  "licence": "MIT",
  "publishConfig": {
    "access": "public"
  }
}