advent-of-code/package.json

13 lines
220 B
JSON
Raw Permalink 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": {
2023-11-29 15:57:17 +01:00
"@tsconfig/strictest": "^2.0.2",
2023-11-02 00:23:17 +01:00
"axios": "^1.6.0",
2023-11-29 15:57:17 +01:00
"bun-types": "latest",
"hygen": "^6.2.11",
"typescript": "^5.0.0"
2023-11-02 00:23:17 +01:00
}
}