nitro-renderer/packages/localization/package.json
2024-06-25 20:08:59 -04:00

22 lines
496 B
JSON

{
"name": "@nitrots/localization",
"description": "Nitro localization 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/communication": "1.0.0",
"@nitrots/configuration": "1.0.0",
"@nitrots/events": "1.0.0",
"pixi.js": "^8.1.6"
},
"devDependencies": {
"typescript": "~5.4.2"
}
}