mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2024-12-21 23:56:30 +00:00
13 lines
220 B
JSON
13 lines
220 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|