adventofcode/2023/package.json

20 lines
432 B
JSON
Raw Normal View History

2023-11-30 16:00:22 +00:00
{
"name": "2023",
2023-12-01 20:59:04 +00:00
"type": "module",
2023-11-30 16:00:22 +00:00
"version": "1.0.0",
"description": "",
"main": "vitest.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Yanick Champoux <yanick@babyl.ca> (http://techblog.babyl.ca/)",
"license": "ISC",
"dependencies": {
2023-12-01 20:59:04 +00:00
"fs-extra": "^11.2.0",
"tinybench": "^2.5.1",
"vitest": "^0.34.6",
"yaml": "^2.3.4"
2023-11-30 16:00:22 +00:00
}
}