adventofcode/package.json

22 lines
491 B
JSON
Raw Normal View History

2022-12-01 18:04:28 +00:00
{
"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": {
2022-12-08 21:20:07 +00:00
"@a-robu/victor": "^2.2.2",
2022-12-01 18:04:28 +00:00
"debug": "^4.3.4",
"fs-extra": "^11.1.0",
2022-12-08 21:20:07 +00:00
"memoizerific": "^1.11.3",
2022-12-01 18:04:28 +00:00
"prettier": "^2.8.0",
"remeda": "^1.3.0",
"vitest": "^0.25.3"
}
}