{
  "name": "bresenham-zingl",
  "version": "0.2.0",
  "type": "module",
  "description": "Bresenham rasterisation algorithms by Alois Zingl",
  "main": "dist/index.mjs",
  "module": "dist/index.mjs",
  "browser": "dist/index.js",
  "unpkg": "dist/index.js",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "scripts": {
    "start": "vite dev",
    "build": "vite build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/w8r/bresenham-zingl.git"
  },
  "keywords": [
    "bresenham"
  ],
  "author": "Alois Zingl",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/w8r/bresenham-zingl/issues"
  },
  "homepage": "https://github.com/w8r/bresenham-zingl#readme",
  "devDependencies": {
    "gh-pages": "^6.2.0",
    "vite": "^6.0.6"
  }
}
