summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-04-29 12:22:38 +0200
committerTor Andersson <tor@ccxvii.net>2025-05-06 20:00:03 +0200
commitfcf6e38f68c22c1f1bbdb5f0f900d46d202d85a1 (patch)
tree67c4980c5f29fe582f7e9a52833358751652eba8 /package.json
parent64f345c56447fb01e73c99827c028f6507a1514b (diff)
downloadserver-fcf6e38f68c22c1f1bbdb5f0f900d46d202d85a1.tar.gz
Add jsfuzz to npm dev-dependencies.
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index a6282ba..48b84f6 100644
--- a/package.json
+++ b/package.json
@@ -15,6 +15,7 @@
"ws": "^8.18.1"
},
"devDependencies": {
- "eslint": "^9.25.1"
+ "eslint": "^9.25.1",
+ "jsfuzz": "^1.0.15"
}
}