UNPKG

1.27 kBJSONView Raw
1{
2 "name": "@pixi-essentials/object-pool",
3 "version": "0.0.1",
4 "description": "Custom-tailored object pool for PixiJS-based applications",
5 "keywords": [
6 "pixi.js",
7 "pixi",
8 "object",
9 "object-pool",
10 "pool",
11 "webgl",
12 "memory",
13 "allocation"
14 ],
15 "author": "Shukant Pal <shukantpal@outlook.com>",
16 "homepage": "https://github.com/SukantPal/pixi-essentials/tree/master/packages/pixi-object-pool#readme",
17 "license": "MIT",
18 "main": "lib/pixi-object-pool.cjs",
19 "module": "lib/pixi-object-pool.mjs",
20 "bundle": "dist/pixi-object-pool.js",
21 "directories": {
22 "lib": "lib",
23 "test": "test",
24 "dist": "dist"
25 },
26 "files": [
27 "lib",
28 "dist"
29 ],
30 "repository": {
31 "type": "git",
32 "url": "git+https://github.com/SukantPal/pixi-essentials.git"
33 },
34 "scripts": {
35 "compile": "rm -rf compile && tsc && api-extractor run",
36 "test": "echo \"Error: run tests from root\" && exit 1"
37 },
38 "bugs": {
39 "url": "https://github.com/SukantPal/pixi-essentials/issues"
40 },
41 "peerDependencies": {
42 "@pixi/settings": "5.2.1",
43 "@pixi/ticker": "5.2.1"
44 },
45 "devDependencies": {
46 "@microsoft/api-extractor": "7.7.13",
47 "@pixi/ticker": "5.2.1"
48 },
49 "gitHead": "104ab46612eb8d95bde256620b0cd989ec341e96"
50}
\No newline at end of file