mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 19:02:10 +00:00
12 lines
173 B
JSON
12 lines
173 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"compile": "tsc --project tsconfig.json"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18",
|
|
"ts-node": "^10",
|
|
"typescript": "^4"
|
|
}
|
|
}
|