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:
@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user