mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-22 23:50:52 +01:00
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "@nitrots/nitro-renderer",
|
|
"description": "Javascript library for rendering Nitro in the browser using PixiJS",
|
|
"version": "1.1.5",
|
|
"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/canvas-renderer": "^6.2.2",
|
|
"@pixi/extract": "^6.2.2",
|
|
"@pixi/filter-adjustment": "^4.1.3",
|
|
"@pixi/tilemap": "^3.2.2",
|
|
"pako": "^2.0.4",
|
|
"pixi.js": "^6.2.2"
|
|
},
|
|
"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"
|
|
}
|
|
}
|