{
  "type": "module",
  "name": "@yellow-ticket/seed-json-schema",
  "version": "0.1.8",
  "description": "Seed a JSON Schema with random values.",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "keywords": [
    "json-schema",
    "generate",
    "values",
    "seed",
    "random"
  ],
  "author": "Artem Zakharchenko <me@kettanaito.com>",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "./build",
    "./src"
  ],
  "repository": {
    "url": "https://github.com/yellow-ticket/seed-json-schema"
  },
  "devDependencies": {
    "@ossjs/release": "^0.10.1",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  },
  "dependencies": {
    "@faker-js/faker": "^8.4.1",
    "@types/json-schema": "^7.0.15",
    "outvariant": "^1.4.2",
    "randexp": "^0.5.3"
  },
  "scripts": {
    "test": "vitest",
    "build": "tsc -p ./tsconfig.build.json",
    "release": "release publish"
  }
}