AdventOfCode2020/package.json

21 lines
357 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"
},
"mocha": {
"enable-source-maps": true
},
"scripts": {
"test": "mocha dist/2020-day-06.js",
"pretest": "tsc"
}
}