{
  "name": "natlib",
  "version": "0.1.15",
  "description": "natlib is a highly composable library for small games.",
  "keywords": [
    "astar",
    "dda",
    "floodfill",
    "priorityqueue",
    "sat",
    "verlet"
  ],
  "exports": {
    ".": "./natlib.js",
    "./*": "./*"
  },
  "type": "module",
  "directories": {
    "example": "examples"
  },
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mvasilkov/natlib.git"
  },
  "author": "Mark Vasilkov (https://github.com/mvasilkov)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mvasilkov/natlib/issues"
  },
  "homepage": "https://github.com/mvasilkov/natlib#readme"
}
