mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-23 08:00:51 +01:00
31 lines
756 B
JSON
31 lines
756 B
JSON
{
|
|
"name": "@nitrots/nitro-renderer",
|
|
"version": "1.0.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.krews.org/nitro/nitro-renderer"
|
|
},
|
|
"scripts": {
|
|
"compile": "tsc --project ./tsconfig.json",
|
|
"eslint": "eslint ./src --fix"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@pixi/canvas-renderer": "^6.1.0",
|
|
"@pixi/extract": "^6.1.0",
|
|
"@pixi/filter-adjustment": "^4.1.3",
|
|
"pako": "^2.0.4",
|
|
"pixi.js": "^6.1.0",
|
|
"tslib": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^14.17.7",
|
|
"@types/pako": "^1.0.2",
|
|
"@typescript-eslint/eslint-plugin": "^4.29.0",
|
|
"@typescript-eslint/parser": "^4.29.0",
|
|
"create-ts-index": "^1.13.6",
|
|
"eslint": "^7.32.0",
|
|
"typescript": "^4.3.5"
|
|
}
|
|
}
|