{
  "name": "potpack",
  "version": "2.1.0",
  "description": "A tiny library for packing 2D rectangles (for sprite layouts)",
  "main": "index.js",
  "type": "module",
  "exports": "./index.js",
  "types": "index.d.ts",
  "sideEffects": false,
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "scripts": {
    "pretest": "eslint *.js",
    "test": "tsc && node test.js",
    "prepublishOnly": "npm test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mapbox/potpack.git"
  },
  "keywords": [
    "algorithms",
    "sprites",
    "bin packing",
    "geometry",
    "rectangles"
  ],
  "author": "Vladimir Agafonkin",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mapbox/potpack/issues"
  },
  "homepage": "https://mapbox.github.io/potpack/",
  "devDependencies": {
    "@mapbox/shelf-pack": "^3.2.0",
    "bin-pack": "^1.0.2",
    "eslint": "^9.31.0",
    "eslint-config-mourner": "^4.0.2",
    "typescript": "^5.8.3"
  }
}
