mirror of
https://github.com/tcgdex/compiler.git
synced 2025-04-22 18:52:08 +00:00
* Done ! Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net> * ACT doesn't wanna work so I push Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net> * Continued work on ESLint Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net> * Two files remaining Signed-off-by: Avior <github@avior.me> * Fixed set cards not found when using ids Signed-off-by: Avior <florian.bouillon@delta-wings.net>
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"name": "@tcgdex/compiler",
|
|
"version": "2.0.0",
|
|
"repository": "https://github.com/tcgdex/compiler.git",
|
|
"author": "Avior <github@avior.me>",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"scripts": {
|
|
"db:compile": "cd db && tsc --project tsconfig.json",
|
|
"db:test": "cd db && tsc --noEmit --project tsconfig.json",
|
|
"start": "node --require ts-node/register --unhandled-rejections=strict main.ts",
|
|
"upload": "node --require ts-node/register --unhandled-rejections=strict upload.ts",
|
|
"lint": "eslint ./utils ./endpoints ./*.ts --ext .ts"
|
|
},
|
|
"dependencies": {
|
|
"@dzeio/logger": "^2.0.0-alpha.0",
|
|
"@dzeio/object-util": "^1.0.4",
|
|
"@dzeio/queue": "^1.2.0",
|
|
"@tcgdex/sdk": "^2.2.0-beta",
|
|
"@types/glob": "^7.1.1",
|
|
"@types/node": "^15.0.1",
|
|
"@types/node-fetch": "^2.5.7",
|
|
"@types/ssh2": "^0.5.46",
|
|
"dotenv": "^8.2.0",
|
|
"glob": "^7.1.6",
|
|
"node-fetch": "^2.6.0",
|
|
"ssh2": "^0.8.9",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^4.26.0",
|
|
"@typescript-eslint/parser": "^4.26.0",
|
|
"eslint": "^7.27.0"
|
|
}
|
|
}
|