1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-03 00:49:19 +00:00

feat: Move internals to bunJS (#459)

This commit is contained in:
2024-01-03 00:40:03 +01:00
committed by GitHub
parent f8c1d7dce9
commit 034b7e2cec
14 changed files with 95 additions and 4359 deletions

View File

@ -1,11 +1,10 @@
{
"private": true,
"scripts": {
"compile": "tsc --project tsconfig.json"
"validate": "tsc --noEmit --project tsconfig.json"
},
"devDependencies": {
"@types/node": "^18",
"ts-node": "^10",
"typescript": "^4"
"@types/node": "^20",
"typescript": "^5"
}
}