advent-of-code/package.json

10 lines
128 B
JSON
Raw Normal View History

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