mirror of
https://github.com/tcgdex/compiler.git
synced 2025-04-22 18:52:08 +00:00
34 lines
892 B
JSON
34 lines
892 B
JSON
{
|
|
"name": "@tcgdex/compiler",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"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",
|
|
"start": "ts-node --transpile-only main.ts",
|
|
"upload": "ts-node --transpile-only upload.ts"
|
|
},
|
|
"dependencies": {
|
|
"@dzeio/logger": "^2.0.0-alpha.0",
|
|
"@dzeio/object-util": "^1.0.4",
|
|
"@dzeio/queue": "^1.2.0",
|
|
"@tcgdex/sdk": "^2.0.0-alpha.3",
|
|
"dotenv": "^8.2.0",
|
|
"glob": "^7.1.6",
|
|
"node-fetch": "^2.6.0",
|
|
"ssh2": "^0.8.9"
|
|
},
|
|
"devDependencies": {
|
|
"@types/glob": "^7.1.1",
|
|
"@types/node": "^14.14.33",
|
|
"@types/node-fetch": "^2.5.7",
|
|
"@types/ssh2": "^0.5.46",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.2.3"
|
|
}
|
|
}
|