mirror of
https://github.com/javalsai/aoc.git
synced 2026-01-12 17:10:00 +01:00
15 lines
230 B
JSON
15 lines
230 B
JSON
{
|
|
"name": "advent-2023-01",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "bun run ."
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|