AdventOfCode2020/package.json

14 lines
222 B
JSON

{
"dependencies": {
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.10",
"mocha": "^8.2.1",
"typescript": "^4.1.2"
},
"type": "module",
"scripts": {
"test": "mocha",
"pretest": "tsc"
}
}