compiler/package.json
Florian Bouillon 21e8322f0e
Added latest fields
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-05-02 15:56:12 +02:00

31 lines
901 B
JSON

{
"name": "@tcgdex/compiler",
"version": "2.0.0",
"repository": "https://github.com/tcgdex/compiler.git",
"author": "Avior <florian@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"
},
"dependencies": {
"@dzeio/logger": "^2.0.0-alpha.0",
"@dzeio/object-util": "^1.0.4",
"@dzeio/queue": "^1.2.0",
"@tcgdex/sdk": "^2.0.0-beta.4",
"@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"
}
}