bw-hspc-contest-env/shared/submission-runner/package.json

14 lines
237 B
JSON
Raw Normal View History

{
2024-03-11 20:23:57 -04:00
"name": "submission-runner",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"@types/node": "20.x",
2024-03-11 20:36:45 -04:00
"@types/fs-extra": "^11.0.4",
"zod": "^3.22.4",
"tree-kill": "^1.2.2",
"fs-extra": "^11.2.0"
}
}