1 | {
|
2 | "name": "@pixi-essentials/object-pool",
|
3 | "version": "1.0.0",
|
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.js",
|
19 | "module": "lib/pixi-object-pool.es.js",
|
20 | "bundle": "dist/pixi-object-pool.js",
|
21 | "types": "./index.d.ts",
|
22 | "directories": {
|
23 | "lib": "lib",
|
24 | "test": "test",
|
25 | "dist": "dist"
|
26 | },
|
27 | "files": [
|
28 | "lib",
|
29 | "dist"
|
30 | ],
|
31 | "repository": {
|
32 | "type": "git",
|
33 | "url": "git+https://github.com/SukantPal/pixi-essentials.git"
|
34 | },
|
35 | "scripts": {
|
36 | "build": "rollup -c node_modules/@pixi-build-tools/rollup-configurator/index.js --silent",
|
37 | "build:types": "rm -rf compile && tsc && api-extractor run"
|
38 | },
|
39 | "bugs": {
|
40 | "url": "https://github.com/SukantPal/pixi-essentials/issues"
|
41 | },
|
42 | "peerDependencies": {
|
43 | "@pixi/settings": "^7.0.0",
|
44 | "@pixi/ticker": "^7.0.0"
|
45 | },
|
46 | "devDependencies": {
|
47 | "@microsoft/api-extractor": "7.7.13",
|
48 | "@pixi/ticker": "^7.0.0",
|
49 | "@pixi-build-tools/rollup-configurator": "^1.0.10",
|
50 | "tslib": "~2.0.1",
|
51 | "typescript": "~4.9.5",
|
52 | "eslint": "~7.7.0",
|
53 | "@pixi-essentials/eslint-config": "~1.0.0",
|
54 | "rollup": "~2.27.0",
|
55 | "sinon": "~9.2.4",
|
56 | "chai": "~4.3.0"
|
57 | },
|
58 | "gitHead": "104ab46612eb8d95bde256620b0cd989ec341e96"
|
59 | }
|