summaryrefslogtreecommitdiff
path: root/aoc_2022/day-12/package.json
blob: cfc736a11f4e9e1c5fdf2f0e2a0b818eb451cfdb (plain)
1
2
3
4
5
6
7
8
9
{
  "devDependencies": {
    "@types/node": "^18.11.14",
    "typescript": "^4.9.4"
  },
  "scripts": {
    "build": "tsc"
  }
}