{
  "name": "segflip",
  "version": "0.0.2",
  "description": "Flip the Inside and Outside of Segments on a Single-Dimensional Integer Line",
  "main": "segflip.js",
  "files": [
    "segflip.js"
  ],
  "scripts": {
    "format": "npx prettier --arrow-parens=avoid --print-width=120 --trailing-comma=none --write *.js",
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DanielJDufour/segflip.git"
  },
  "keywords": [
    "integer",
    "line",
    "math",
    "segments"
  ],
  "author": "Daniel J. Dufour",
  "license": "CC0-1.0",
  "bugs": {
    "url": "https://github.com/DanielJDufour/segflip/issues"
  },
  "homepage": "https://github.com/DanielJDufour/segflip#readme"
}
