{
  "name": "@pixi-essentials/bounds",
  "version": "3.0.0",
  "description": "Utilities for handling 2D bounding boxes",
  "main": "lib/bounds.js",
  "module": "lib/bounds.es.js",
  "bundle": "dist/bounds.js",
  "types": "./index.d.ts",
  "scripts": {
    "build": "rollup -c node_modules/@pixi-build-tools/rollup-configurator/index.js --silent",
    "build:types": "rm -rf compile && tsc && api-extractor run"
  },
  "files": [
    "dist",
    "lib",
    "*.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SukantPal/pixi-essentials.git"
  },
  "keywords": [
    "bounds",
    "pixijs",
    "aabb",
    "obb"
  ],
  "author": "Shukant K. Pal <shukantpal@outlook.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SukantPal/pixi-essentials/issues"
  },
  "homepage": "https://github.com/SukantPal/pixi-essentials#readme",
  "peerDependencies": {
    "@pixi/math": "^7.0.0"
  },
  "devDependencies": {
    "@pixi/math": "^7.0.0",
    "@pixi-build-tools/rollup-configurator": "^1.0.10",
    "tslib": "~2.0.1",
    "typescript": "~4.9.5",
    "eslint": "~7.7.0",
    "@pixi-essentials/eslint-config": "~1.0.0",
    "rollup": "~2.27.0",
    "@microsoft/api-extractor": "~7.16.1"
  },
  "publishConfig": {
    "access": "public"
  }
}
