chore(*): Add js project

This commit is contained in:
Josh Creek
2024-12-01 11:20:14 +00:00
parent 9d53354d14
commit ef22a0fe6c
3 changed files with 3673 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"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"
}
}