UNPKG

@pixi-essentials/object-pool

Version:
50 lines 1.27 kB
{ "name": "@pixi-essentials/object-pool", "version": "0.0.1", "description": "Custom-tailored object pool for PixiJS-based applications", "keywords": [ "pixi.js", "pixi", "object", "object-pool", "pool", "webgl", "memory", "allocation" ], "author": "Shukant Pal <shukantpal@outlook.com>", "homepage": "https://github.com/SukantPal/pixi-essentials/tree/master/packages/pixi-object-pool#readme", "license": "MIT", "main": "lib/pixi-object-pool.cjs", "module": "lib/pixi-object-pool.mjs", "bundle": "dist/pixi-object-pool.js", "directories": { "lib": "lib", "test": "test", "dist": "dist" }, "files": [ "lib", "dist" ], "repository": { "type": "git", "url": "git+https://github.com/SukantPal/pixi-essentials.git" }, "scripts": { "compile": "rm -rf compile && tsc && api-extractor run", "test": "echo \"Error: run tests from root\" && exit 1" }, "bugs": { "url": "https://github.com/SukantPal/pixi-essentials/issues" }, "peerDependencies": { "@pixi/settings": "5.2.1", "@pixi/ticker": "5.2.1" }, "devDependencies": { "@microsoft/api-extractor": "7.7.13", "@pixi/ticker": "5.2.1" }, "gitHead": "104ab46612eb8d95bde256620b0cd989ec341e96" }