1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 02:42:09 +00:00
cards-database/package.json

11 lines
163 B
JSON

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