initial commit

This commit is contained in:
Elias Schneider
2022-04-25 15:15:17 +02:00
commit 61be87b72a
72 changed files with 11502 additions and 0 deletions

24
.setup/package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "setup",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"typescript": "^4.6.3",
"axios": "^0.26.1",
"cookie": "^0.5.0",
"node-appwrite": "^5.1.0",
"readline-sync": "^1.4.10",
"tar": "^6.1.11"
},
"devDependencies": {
"@types/readline-sync": "^1.4.4",
"@types/tar": "^6.1.1",
"ts-node": "^10.7.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}