UNPKG

@pixi-essentials/object-pool

Version:
61 lines (60 loc) 1.61 kB
{ "name": "@pixi-essentials/object-pool", "version": "1.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.js", "module": "lib/pixi-object-pool.es.js", "bundle": "dist/pixi-object-pool.js", "types": "./index.d.ts", "directories": { "lib": "lib", "test": "test", "dist": "dist" }, "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/settings": "^7.0.0", "@pixi/ticker": "^7.0.0" }, "devDependencies": { "@microsoft/api-extractor": "7.7.13", "@pixi/ticker": "^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", "sinon": "~9.2.4", "chai": "~4.3.0" }, "gitHead": "104ab46612eb8d95bde256620b0cd989ec341e96" }