summaryrefslogtreecommitdiff
path: root/package.json
blob: 31c2ca90208e8d2b3cb936d45d559c7ba0da3afa (plain)
1
2
3
4
5
6
7
8
9
10
11
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"
	}
}