1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-26 13:59:18 +00:00
Files
cards-database/package.json
2022-12-09 14:56:34 +01:00

12 lines
173 B
JSON

{
"private": true,
"scripts": {
"compile": "tsc --project tsconfig.json"
},
"devDependencies": {
"@types/node": "^18",
"ts-node": "^10",
"typescript": "^4"
}
}