{ "name": "@nitrots/nitro-renderer", "description": "Javascript library for rendering Nitro in the browser using PixiJS", "version": "1.2.0", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://git.krews.org/nitro/nitro-renderer.git" }, "license": "GPL-3.0", "bugs": { "url": "https://git.krews.org/nitro/nitro-renderer/issues" }, "homepage": "https://git.krews.org/nitro/nitro-renderer", "type": "module", "scripts": { "compile": "tsc --project ./tsconfig.json", "eslint": "eslint ./src --fix", "postinstall": "node ./post-install.js" }, "dependencies": { "@pixi/app": "^6.3.0", "@pixi/basis": "^6.3.0", "@pixi/canvas-display": "^6.3.0", "@pixi/canvas-extract": "^6.3.0", "@pixi/canvas-renderer": "^6.3.0", "@pixi/constants": "^6.3.0", "@pixi/core": "^6.3.0", "@pixi/display": "^6.3.0", "@pixi/events": "^6.3.0", "@pixi/extract": "^6.3.0", "@pixi/filter-adjustment": "^4.1.3", "@pixi/filter-alpha": "^6.3.0", "@pixi/filter-color-matrix": "^6.3.0", "@pixi/graphics": "^6.3.0", "@pixi/graphics-extras": "^6.3.0", "@pixi/interaction": "^6.3.0", "@pixi/loaders": "^6.3.0", "@pixi/math": "^6.3.0", "@pixi/math-extras": "^6.3.0", "@pixi/mixin-cache-as-bitmap": "^6.3.0", "@pixi/mixin-get-child-by-name": "^6.3.0", "@pixi/mixin-get-global-position": "^6.3.0", "@pixi/polyfill": "^6.3.0", "@pixi/runner": "^6.3.0", "@pixi/settings": "^6.3.0", "@pixi/sprite": "^6.3.0", "@pixi/sprite-tiling": "^6.3.0", "@pixi/spritesheet": "^6.3.0", "@pixi/text": "^6.3.0", "@pixi/ticker": "^6.3.0", "@pixi/tilemap": "^3.2.2", "@pixi/utils": "^6.3.0", "gifuct-js": "^2.1.2", "pako": "^2.0.4" }, "devDependencies": { "@types/pako": "^1.0.3", "@typescript-eslint/eslint-plugin": "^5.13.0", "@typescript-eslint/parser": "^5.13.0", "eslint": "^8.10.0", "tslib": "^2.3.1", "typescript": "~4.4.4" } }