Updated to V2 :D

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-04-05 23:11:01 +02:00
parent 2d40b72218
commit 39a69d5d56
22 changed files with 181 additions and 402 deletions

View File

@ -2,14 +2,15 @@
"name": "@tcgdex/compiler",
"version": "1.0.0",
"main": "index.js",
"repository": "git@git.delta-wings.net:tcgdex/compiler.git",
"repository": "https://github.com/tcgdex/compiler.git",
"author": "Avior <florian.bouillon@delta-wings.net>",
"license": "MIT",
"private": false,
"scripts": {
"db:compile": "cd db && tsc --project tsconfig.json",
"db:test": "cd db && tsc --noEmit --project tsconfig.json",
"gen": "ts-node --transpile-only all.ts"
"start": "ts-node --transpile-only main.ts",
"upload": "ts-node --transpile-only upload.ts"
},
"dependencies": {
"@dzeio/logger": "^2.0.0-alpha.0",
@ -19,8 +20,7 @@
"dotenv": "^8.2.0",
"glob": "^7.1.6",
"node-fetch": "^2.6.0",
"ssh2": "^0.8.9",
"ssh2-sftp-client": "^6.0.1"
"ssh2": "^0.8.9"
},
"devDependencies": {
"@types/glob": "^7.1.1",