1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-01 00:09:19 +00:00
Files
cards-database/package.json

10 lines
139 B
JSON

{
"private": true,
"scripts": {
"validate": "tsc --noEmit --project tsconfig.json"
},
"devDependencies": {
"typescript": "^5"
}
}