From 699a1c505588f53380e52f479370fb86da6e1362 Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Fri, 25 Aug 2023 13:20:17 +0200 Subject: Initial commit --- package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package.json (limited to 'package.json') 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" + } +} -- cgit v1.2.3