1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00
cards-database/package.json
Florian Bouillon c5af3d17e6
misc: Updated deps
Signed-off-by: Avior <f.bouillon@aptatio.com>
2022-12-09 14:56:34 +01:00

12 lines
173 B
JSON

{
"private": true,
"scripts": {
"compile": "tsc --project tsconfig.json"
},
"devDependencies": {
"@types/node": "^18",
"ts-node": "^10",
"typescript": "^4"
}
}