My solutions for https://adventofcode.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
588 B
26 lines
588 B
{ |
|
"type": "module", |
|
"name": "2022", |
|
"version": "1.0.0", |
|
"description": "", |
|
"main": "index.js", |
|
"scripts": { |
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
}, |
|
"keywords": [], |
|
"author": "Yanick Champoux <yanick@babyl.ca> (http://techblog.babyl.ca/)", |
|
"license": "ISC", |
|
"dependencies": { |
|
"@a-robu/victor": "^2.2.2", |
|
"debug": "^4.3.4", |
|
"fs-extra": "^11.1.0", |
|
"memoizerific": "^1.11.3", |
|
"prettier": "^2.8.0", |
|
"remeda": "^1.3.0", |
|
"vite": "^4.0.1", |
|
"vitest": "0.25.7" |
|
}, |
|
"devDependencies": { |
|
"@vitest/ui": "^0.25.8" |
|
} |
|
}
|
|
|