mirror of
https://github.com/jcreek/advent-of-code.git
synced 2026-07-12 18:53:47 +00:00
14 lines
244 B
JSON
14 lines
244 B
JSON
{
|
|
"name": "advent-of-code",
|
|
"version": "1.0.0",
|
|
"description": "A set of node.js solutions for advent of code",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"jest": "^29.7.0"
|
|
}
|
|
}
|