You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-19 15:06:20 +00:00
807efcff8f
# Conflicts: # packages/session/src/SessionDataManager.ts # yarn.lock
25 lines
587 B
JSON
25 lines
587 B
JSON
{
|
|
"name": "@nitrots/session",
|
|
"description": "Nitro session module",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"license": "GPL-3.0",
|
|
"scripts": {
|
|
"compile": "tsc --project ./tsconfig.json --noEmit false"
|
|
},
|
|
"main": "./index",
|
|
"dependencies": {
|
|
"@nitrots/api": "1.0.0",
|
|
"@nitrots/assets": "1.0.0",
|
|
"@nitrots/communication": "1.0.0",
|
|
"@nitrots/configuration": "1.0.0",
|
|
"@nitrots/events": "1.0.0",
|
|
"@nitrots/localization": "1.0.0",
|
|
"@nitrots/utils": "1.0.0",
|
|
"pixi.js": "^8.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^6.0.3"
|
|
}
|
|
}
|