{
  "name": "@ngneat/falso",
  "version": "7.3.0",
  "license": "MIT",
  "description": "All the Fake Data for All Your Real Needs",
  "keywords": [
    "fake",
    "fake data",
    "random data",
    "mock data",
    "js mock",
    "mocks"
  ],
  "sideEffects": false,
  "author": {
    "name": "Netanel Basal",
    "url": "https://netbasal.com"
  },
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/ngneat/falso/issues"
  },
  "homepage": "https://github.com/ngneat/falso#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/ngneat/falso"
  },
  "dependencies": {
    "seedrandom": "3.0.5",
    "uuid": "8.3.2"
  },
  "devDependencies": {
    "@types/seedrandom": "3.0.1",
    "@types/uuid": "8.3.4"
  },
  "module": "./index.esm.js",
  "main": "./index.cjs.js"
}
