{
  "name": "@pixi-essentials/cull",
  "version": "2.0.0",
  "description": "Optimized recursive display-object culling for scene graphs",
  "keywords": [
    "cull",
    "pixi.js"
  ],
  "author": "Shukant Pal <shukantpal@outlook.com>",
  "homepage": "https://github.com/SukantPal/pixi-essentials/tree/master/packages/cull#readme",
  "license": "MIT",
  "main": "lib/cull.js",
  "module": "lib/cull.es.js",
  "bundle": "dist/cull.js",
  "types": "./index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib",
    "dist",
    "index.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SukantPal/pixi-essentials.git"
  },
  "scripts": {
    "build": "rollup -c node_modules/@pixi-build-tools/rollup-configurator/index.js --silent",
    "build:types": "rm -rf compile && tsc && api-extractor run"
  },
  "bugs": {
    "url": "https://github.com/SukantPal/pixi-essentials/issues"
  },
  "peerDependencies": {
    "@pixi/display": "^7.0.0",
    "@pixi/math": "^7.0.0"
  },
  "devDependencies": {
    "@pixi-build-tools/rollup-configurator": "^1.0.10",
    "@pixi-essentials/eslint-config": "~1.0.0",
    "@pixi/display": "^7.0.0",
    "@pixi/math": "^7.0.0",
    "@pixi/graphics": "^7.0.0",
    "eslint": "~7.7.0",
    "rollup": "~2.27.0",
    "tslib": "~2.0.1",
    "typescript": "~4.9.5",
    "chai": "~4.3.0",
    "@microsoft/api-extractor": "~7.16.1"
  }
}
