summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMathias Magnusson <mathias@magnusson.space>2025-12-12 16:52:27 +0100
committerMathias Magnusson <mathias@magnusson.space>2025-12-13 00:58:39 +0100
commit2dd1bfa26f6cc4dd221891b81e93e91c7636516a (patch)
treed0ab9cd5126e45226c74191f168b85a2516b57ab /package.json
parente1f4ffd8b6b4fa8b396a421d470ad51fb3c58236 (diff)
downloadchalle-anka-2dd1bfa26f6cc4dd221891b81e93e91c7636516a.tar.gz
create, join, and archive ctf instances
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index d66233e..308e456 100644
--- a/package.json
+++ b/package.json
@@ -3,6 +3,9 @@
"module": "index.ts",
"type": "module",
"private": true,
+ "scripts": {
+ "typecheck": "tsc -p tsconfig.json --noEmit"
+ },
"devDependencies": {
"@types/bun": "latest"
},