mirror of
https://github.com/seigler/aoc2021
synced 2025-07-27 01:16:09 +00:00
setup
This commit is contained in:
commit
76fe338201
9 changed files with 2881 additions and 0 deletions
24
package.json
Normal file
24
package.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "aoc2021",
|
||||
"version": "1.0.0",
|
||||
"description": "Advent of Code 2021 - solutions",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "aocrunner day",
|
||||
"format": "prettier -w src"
|
||||
},
|
||||
"keywords": [
|
||||
"aoc"
|
||||
],
|
||||
"author": "Joshua Seigler",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.11.6",
|
||||
"aocrunner": "^1.4.5",
|
||||
"prettier": "^2.4.1"
|
||||
},
|
||||
"dependencies": {},
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue