nitro-renderer/packages/localization/package.json
2024-04-09 19:36:56 -04:00

24 lines
571 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",
"eslint": "eslint ./src --fix"
},
"main": "./index",
"dependencies": {
"@nitrots/api": "1.0.0",
"@nitrots/communication": "1.0.0",
"@nitrots/configuration": "1.0.0",
"@nitrots/eslint-config": "1.0.0",
"@nitrots/events": "1.0.0",
"pixi.js": "^8.1.0"
},
"devDependencies": {
"typescript": "~5.4.2"
}
}