This website works better with JavaScript
Home
Explore
Help
Sign In
ApisNecros
/
AdventOfCode-ts-2023
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
64887de45f
Branches
Tags
main
AdventOfCode-ts...
/
package.json
package.json
123 B
History
Raw
1
2
3
4
5
6
7
{
"type"
:
"module"
,
"devDependencies"
: {
"@types/node"
:
"^20.10.1"
,
"typescript"
:
"^5.3.2"
}
}