{
  "name": "count-and-chance-reproducibility-kit",
  "version": "1.0.0",
  "private": true,
  "type": "module",
  "engines": {
    "node": ">=22.12.0"
  },
  "scripts": {
    "test": "node --test statistics.test.mjs"
  },
  "dependencies": {
    "simple-statistics": "7.10.1"
  }
}
