summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMischa Untaga <99098079+MischaU8@users.noreply.github.com>2023-08-25 13:20:17 +0200
committerMischa Untaga <99098079+MischaU8@users.noreply.github.com>2023-08-25 13:20:17 +0200
commit699a1c505588f53380e52f479370fb86da6e1362 (patch)
tree3b9c62be280eec34ac0fa5ef1c8f0b20cdbfc4be /package.json
downloadfuzzer-699a1c505588f53380e52f479370fb86da6e1362.tar.gz
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..31c2ca9
--- /dev/null
+++ b/package.json
@@ -0,0 +1,12 @@
+{
+ "name": "rtt-fuzzer",
+ "version": "1.0.0",
+ "description": "Fuzzer for Rally The Troops! boardgame rules",
+ "scripts": {
+ "fuzz": "jazzer rtt-module --sync",
+ "dryRun": "jazzer rtt-module --sync -- -runs=100 -seed=123456789"
+ },
+ "dependencies": {
+ "@jazzer.js/core": "^1.6.1"
+ }
+}