Move support files into own folder
This commit is contained in:
parent
c8fc9f08ef
commit
63563bc2e9
7 changed files with 5 additions and 4 deletions
19
.support/package.json
Normal file
19
.support/package.json
Normal 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue