Move support files into own folder

This commit is contained in:
Roman Jaroš 2025-03-09 09:02:31 +01:00
parent c8fc9f08ef
commit 63563bc2e9
7 changed files with 5 additions and 4 deletions

19
.support/package.json Normal file
View file

@ -0,0 +1,19 @@
{
"name": "tolgee_downloader",
"version": "1.0.0",
"description": "",
"scripts": {
"classic_era": "ts-node index.ts classic_era 6",
"retail": "ts-node index.ts retail 7"
},
"dependencies": {
"axios": "^1.7.2",
"dotenv": "^16.4.5",
"typescript": "5.4.2"
},
"devDependencies": {
"prettier": "3.2.5",
"ts-node": "10.9.2"
},
"private": true
}