mirror of
https://github.com/tcgdex/compiler.git
synced 2025-04-22 18:52:08 +00:00
30 lines
768 B
JSON
30 lines
768 B
JSON
{
|
|
"name": "@tcgdex/compiler",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "git@git.delta-wings.net: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"
|
|
},
|
|
"dependencies": {
|
|
"@dzeio/logger": "^2.0.0-alpha.0",
|
|
"@dzeio/object-util": "^1.0.4",
|
|
"@tcgdex/sdk": "^1.5.0",
|
|
"glob": "^7.1.6",
|
|
"node-fetch": "^2.6.0",
|
|
"ssh2-sftp-client": "^5.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/glob": "^7.1.1",
|
|
"@types/node": "^13.7.4",
|
|
"@types/node-fetch": "^2.5.7",
|
|
"ts-node": "^8.6.2",
|
|
"typescript": "^3.7.5"
|
|
}
|
|
}
|