{
  "name": "@occami/gaps-islands",
  "version": "0.2.3",
  "description": "finds gaps and islands in an array of ranges",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "pta"
  },
  "keywords": [
    "gaps",
    "islands",
    "overlap",
    "ranges"
  ],
  "files": [
    "README.md"
  ],
  "author": "marc.ablay@gmail.com",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/mablay/gaps-islands"
  },
  "devDependencies": {
    "pta": "^1.2.0",
    "zora": "^5.1.0"
  }
}
