nitro-renderer/packages/assets/package.json

24 lines
481 B
JSON
Raw Normal View History

2024-03-20 02:53:17 +01:00
{
"name": "@nitrots/assets",
"description": "Nitro assets module",
"version": "1.0.0",
"type": "module",
"publishConfig": {
"access": "public"
},
"license": "GPL-3.0",
"scripts": {
2024-06-26 02:08:59 +02:00
"compile": "tsc --project ./tsconfig.json --noEmit false"
2024-03-20 02:53:17 +01:00
},
"main": "./index",
"dependencies": {
"@nitrots/api": "1.0.0",
"@nitrots/utils": "1.0.0",
2024-06-26 02:08:59 +02:00
"pixi.js": "^8.1.6",
2024-03-27 03:43:17 +01:00
"@pixi/gif": "^3.0.0"
2024-03-20 02:53:17 +01:00
},
"devDependencies": {
"typescript": "~5.4.2"
}
}