adventofcode/package.json

32 lines
759 B
JSON
Raw Permalink Normal View History

2022-12-01 18:04:28 +00:00
{
2022-12-14 14:25:59 +00:00
"type": "module",
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",
2023-11-30 15:10:58 +00:00
"combinatorial-generators": "^1.1.2",
2022-12-01 18:04:28 +00:00
"debug": "^4.3.4",
"fs-extra": "^11.1.0",
2023-11-30 15:10:58 +00:00
"graphology": "^0.25.1",
"graphology-shortest-path": "^2.0.1",
"graphology-types": "^0.24.5",
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",
2023-11-30 15:10:58 +00:00
"updeep": "^1.2.1",
"vite": "4.0.3",
"vitest": "0.26.3"
2022-12-14 15:40:00 +00:00
},
"devDependencies": {
"@vitest/ui": "^0.25.8"
2022-12-01 18:04:28 +00:00
}
}