{ "name": "@nitrots/nitro-renderer", "description": "Javascript library for rendering Nitro in the browser using PixiJS", "version": "1.3.4", "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.4.2", "@pixi/basis": "~6.4.2", "@pixi/canvas-display": "~6.4.2", "@pixi/canvas-extract": "~6.4.2", "@pixi/canvas-renderer": "~6.4.2", "@pixi/constants": "~6.4.2", "@pixi/core": "~6.4.2", "@pixi/display": "~6.4.2", "@pixi/events": "~6.4.2", "@pixi/extract": "~6.4.2", "@pixi/filter-adjustment": "^4.1.3", "@pixi/filter-alpha": "~6.4.2", "@pixi/filter-color-matrix": "~6.4.2", "@pixi/graphics": "~6.4.2", "@pixi/graphics-extras": "~6.4.2", "@pixi/interaction": "~6.4.2", "@pixi/loaders": "~6.4.2", "@pixi/math": "~6.4.2", "@pixi/math-extras": "~6.4.2", "@pixi/mixin-cache-as-bitmap": "~6.4.2", "@pixi/mixin-get-child-by-name": "~6.4.2", "@pixi/mixin-get-global-position": "~6.4.2", "@pixi/polyfill": "~6.4.2", "@pixi/runner": "~6.4.2", "@pixi/settings": "~6.4.2", "@pixi/sprite": "~6.4.2", "@pixi/sprite-tiling": "~6.4.2", "@pixi/spritesheet": "~6.4.2", "@pixi/text": "~6.4.2", "@pixi/ticker": "~6.4.2", "@pixi/tilemap": "^3.2.2", "@pixi/utils": "~6.4.2", "gifuct-js": "^2.1.2", "pako": "^2.0.4" }, "devDependencies": { "@types/pako": "^1.0.3", "@typescript-eslint/eslint-plugin": "^5.30.7", "@typescript-eslint/parser": "^5.30.7", "eslint": "^8.20.0", "tslib": "^2.3.1", "typescript": "~4.4.4" } }