mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-27 09:50:51 +01:00
24 lines
481 B
JSON
24 lines
481 B
JSON
{
|
|
"name": "@nitrots/assets",
|
|
"description": "Nitro assets module",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"scripts": {
|
|
"compile": "tsc --project ./tsconfig.json --noEmit false"
|
|
},
|
|
"main": "./index",
|
|
"dependencies": {
|
|
"@nitrots/api": "1.0.0",
|
|
"@nitrots/utils": "1.0.0",
|
|
"pixi.js": "^8.1.6",
|
|
"@pixi/gif": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "~5.4.2"
|
|
}
|
|
}
|