2021-03-16 22:02:09 -04:00
|
|
|
{
|
2021-08-05 12:21:35 -04:00
|
|
|
"name": "@nitrots/nitro-renderer",
|
2021-12-25 22:07:57 -05:00
|
|
|
"description": "Javascript library for rendering Nitro in the browser using PixiJS",
|
2022-03-16 19:27:31 -04:00
|
|
|
"version": "1.1.8",
|
2021-12-25 22:07:57 -05:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2021-08-05 12:21:35 -04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-12-25 22:07:57 -05:00
|
|
|
"url": "https://git.krews.org/nitro/nitro-renderer.git"
|
|
|
|
},
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://git.krews.org/nitro/nitro-renderer/issues"
|
2021-08-05 12:21:35 -04:00
|
|
|
},
|
2021-12-25 22:07:57 -05:00
|
|
|
"homepage": "https://git.krews.org/nitro/nitro-renderer",
|
2021-12-08 06:48:46 -05:00
|
|
|
"type": "module",
|
2021-07-27 16:08:18 -05:00
|
|
|
"scripts": {
|
|
|
|
"compile": "tsc --project ./tsconfig.json",
|
2021-12-08 06:48:46 -05:00
|
|
|
"eslint": "eslint ./src --fix",
|
|
|
|
"postinstall": "node ./post-install.js"
|
2021-07-27 16:08:18 -05:00
|
|
|
},
|
2021-03-16 22:02:09 -04:00
|
|
|
"dependencies": {
|
2022-03-02 19:12:39 -05:00
|
|
|
"@pixi/canvas-renderer": "^6.2.2",
|
|
|
|
"@pixi/extract": "^6.2.2",
|
2021-07-13 16:34:41 -04:00
|
|
|
"@pixi/filter-adjustment": "^4.1.3",
|
2021-10-31 15:38:56 -05:00
|
|
|
"@pixi/tilemap": "^3.2.2",
|
2021-08-02 20:08:22 -04:00
|
|
|
"pako": "^2.0.4",
|
2022-03-02 19:12:39 -05:00
|
|
|
"pixi.js": "^6.2.2"
|
2021-03-16 22:02:09 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-03-02 19:12:39 -05:00
|
|
|
"@types/pako": "^1.0.3",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.13.0",
|
|
|
|
"@typescript-eslint/parser": "^5.13.0",
|
|
|
|
"eslint": "^8.10.0",
|
2021-12-25 22:25:24 -05:00
|
|
|
"tslib": "^2.3.1",
|
2021-12-08 06:48:46 -05:00
|
|
|
"typescript": "~4.4.4"
|
2021-03-16 22:02:09 -04:00
|
|
|
}
|
|
|
|
}
|