{
  "name": "fictional",
  "description": "Generate fake data deterministically from a given input",
  "version": "3.0.1",
  "type": "commonjs",
  "main": "index.js",
  "types": "./index.d.ts",
  "exports": {
    "types": "./index.d.ts",
    "import": "./index.mjs",
    "require": "./index.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/oftherivier/fictional.git"
  },
  "bugs": {
    "url": "https://github.com/oftherivier/fictional/issues"
  },
  "homepage": "https://github.com/oftherivier/fictional",
  "author": "Justin van der Merwe",
  "license": "MIT",
  "files": [
    "data",
    "*.js",
    "utils/*.js",
    "*.mjs",
    "dist",
    "index.d.ts",
    "scripts"
  ],
  "oftherivier": {
    "type": "es5",
    "src": "index.js"
  },
  "scripts": {
    "build": "yarn tool build && yarn build:docs",
    "build:docs": "./scripts/update-readme.sh",
    "lint": "yarn tool lint",
    "format": "yarn tool format",
    "test": "yarn tool test",
    "release": "yarn tool release",
    "typetest": "yarn tool typetest",
    "checks": "yarn lint && yarn typetest && yarn test",
    "tool": "npx @oftherivier/tools"
  },
  "dependencies": {
    "decimal.js": "^10.4.3",
    "fast-json-stable-stringify": "^2.1.0",
    "fnv-plus": "^1.3.1",
    "siphash": "^1.1.0"
  },
  "keywords": [
    "deterministic",
    "fake",
    "data",
    "generator",
    "fictional",
    "fixtures",
    "unit",
    "testing"
  ],
  "packageManager": "yarn@4.2.2+sha256.1aa43a5304405be7a7cb9cb5de7b97de9c4e8ddd3273e4dad00d6ae3eb39f0ef",
  "devDependencies": {
    "@oftherivier/tools": "^0.2.1"
  }
}
