{
  "name": "random-addresses-generator",
  "version": "1.1.11",
  "type": "module",
  "description": "random-addresses-generator is a lightweight JavaScript library for generating random and customizable addresses. Perfect for developers needing dummy data for testing, prototyping, or mockups. The package supports various address formats and is designed to be easily extendable for internationalization and custom templates.",
  "main": "./src/index.js",
  "scripts": {
    "test": "echo \"No tests specified\" && exit 0",
    "release": "standard-version"
  },
  "author": "textcompare",
  "keywords": [
    "address",
    "address-generator",
    "random-address",
    "fake-address",
    "address-mock",
    "address-data",
    "testing-data",
    "mock-data",
    "javascript",
    "nodejs",
    "dummy-data",
    "data-generator",
    "random-data",
    "npm-package"
  ],
  "license": "ISC",
  "dependencies": {
    "fs": "^0.0.1-security",
    "path": "^0.12.7"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/textcompare/random-addresses-generator.git"
  },
  "bugs": {
    "url": "https://github.com/textcompare/random-addresses-generator/issues"
  },
  "devDependencies": {
    "standard-version": "^9.5.0"
  }
}
