summaryrefslogtreecommitdiff
path: root/package.json
blob: f7e84100f7fb24d44a857825b33446d37d3fc2c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"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": "^2.1.0",
		"ajv": "^8.12.0"
	}
}