mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-23 08:00:51 +01:00
27 lines
628 B
JSON
27 lines
628 B
JSON
{
|
|
"name": "nitro-renderer",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"compile": "tsc --project ./tsconfig.json",
|
|
"eslint": "eslint ./src --fix"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@pixi/filter-adjustment": "^4.1.3",
|
|
"events": "^3.3.0",
|
|
"pako": "^2.0.3",
|
|
"pixi.js": "^6.0.4",
|
|
"tslib": "^2.3.0",
|
|
"xml2js": "^0.4.23"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^14.17.5",
|
|
"@types/pako": "^1.0.2",
|
|
"@typescript-eslint/eslint-plugin": "^4.28.3",
|
|
"@typescript-eslint/parser": "^4.28.3",
|
|
"create-ts-index": "^1.13.6",
|
|
"eslint": "^7.30.0",
|
|
"typescript": "^4.3.5"
|
|
}
|
|
}
|