advent-of-code/package.json

10 lines
128 B
JSON
Raw Normal View History

2023-11-01 23:23:17 +00:00
{
2023-11-18 16:06:39 +00:00
"scripts": {
"gen": "bun hygen riddle new"
},
2023-11-01 23:23:17 +00:00
"dependencies": {
"axios": "^1.6.0",
"hygen": "^6.2.11"
}
}