{
  "name": "@santi100/bisect-lib",
  "keywords": [
    "bisect",
    "lightweight",
    "portable",
    "binary-search"
  ],
  "description": "Santi's Bisect Library: Binary search in a lightweight package.",
  "version": "0.0.5",
  "main": "index.js",
  "author": "santi100a <santyrojasprieto9@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.4.0",
    "jest": "^29.5.0",
    "typescript": "^4.9.5"
  },
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "dev": "tsc -w",
    "test:watch": "jest --watchAll --coverage"
  },
  "type": "module",
  "dependencies": {
    "@santi100/equal-lib": "^1.0.8"
  }
}
