{
  "name": "@combos-fun/plugin-renderer-render",
  "version": "0.0.39",
  "description": "Per-GameObject visibility / alpha / zIndex / sortable-children control",
  "main": "index.js",
  "module": "dist/plugin-renderer-render.esm.js",
  "bundle": "CombosFun.plugin.renderer.render",
  "unpkg": "dist/CombosFun.plugin.renderer.render.min.js",
  "files": [
    "index.js",
    "dist",
    "agent-skill.md",
    "combos-plugin.json"
  ],
  "exports": {
    ".": {
      "import": "./dist/plugin-renderer-render.esm.js",
      "require": "./index.js",
      "types": "./dist/plugin-renderer-render.d.ts"
    },
    "./plugin-manifest": "./combos-plugin.json",
    "./agent-skill": "./agent-skill.md"
  },
  "combos": {
    "pluginManifest": "./combos-plugin.json"
  },
  "types": "dist/plugin-renderer-render.d.ts",
  "keywords": [
    "combos-fun",
    "visibility",
    "alpha",
    "z-index",
    "sortable",
    "2d"
  ],
  "author": "sun668 <q947692259@gmail.com>",
  "dependencies": {
    "@combos-fun/plugin-renderer": "0.0.39",
    "@combos-fun/renderer-adapter": "0.0.39",
    "@combos-fun/engine": "0.0.39",
    "pixi.js": "^8.18.1",
    "@combos-fun/inspector-decorator": "0.0.39"
  },
  "scripts": {
    "build": "node ../../scripts/build-package.mjs"
  }
}