{
  "name": "datamaker",
  "version": "2.1.1",
  "type": "module",
  "description": "Sample data generator - command-line utility and library",
  "main": "index.js",
  "bin": {
    "datamaker": "bin/datamaker.bin.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/glynnbird/datamaker.git"
  },
  "keywords": [
    "Data",
    "Generator",
    "CSV",
    "JSON",
    "XML",
    "CouchDB"
  ],
  "author": "Glynn Bird <glynn.bird@gmail.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/glynnbird/datamaker/issues"
  },
  "homepage": "https://github.com/glynnbird/datamaker#readme",
  "dependencies": {
    "kuuid": "^3.0.1"
  }
}
