{
  "name": "random-world",
  "version": "2.2.0",
  "description": "Node.js module to generate random collections of data.",
  "type": "module",
  "main": "index.js",
  "exports": {
    ".": {
      "import": "./index.js",
      "types": "./types/index.d.ts"
    }
  },
  "bin": {
    "random-world": "./bin/cli.js"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "test": "mocha tests/*.js",
    "lint": "eslint .",
    "prepublishOnly": "npm test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/drb/random-world.git"
  },
  "keywords": [
    "npm",
    "random",
    "random-data",
    "mock-data",
    "faker",
    "test-data"
  ],
  "author": "Dave Bullough <dave.bullough@gmail.com> (http://pacosystems.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/drb/random-world/issues"
  },
  "homepage": "https://github.com/drb/random-world",
  "devDependencies": {
    "chai": "^5.1.2",
    "eslint": "^9.17.0",
    "mocha": "^10.8.2"
  },
  "dependencies": {
    "seedrandom": "^3.0.5"
  }
}
