mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2024-10-31 23:54:11 +01:00
15 lines
268 B
JSON
15 lines
268 B
JSON
{
|
|
"name": "advent-of-code",
|
|
"type": "module",
|
|
"scripts": {
|
|
"gen": "bun hygen riddle new"
|
|
},
|
|
"dependencies": {
|
|
"@tsconfig/strictest": "^2.0.2",
|
|
"axios": "^1.6.0",
|
|
"bun-types": "latest",
|
|
"hygen": "^6.2.11",
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|