{
  "name": "wiremock-standalone",
  "version": "3.2.1",
  "description": "WireMock standalone binary",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/Hagith/wiremock-standalone.git"
  },
  "keywords": [
    "wiremock"
  ],
  "bin": {
    "wiremock": "cli.js"
  },
  "scripts": {
    "install": "node install.js"
  },
  "license": "Apache-2.0",
  "contributors": [
    {
      "name": "Rafal Galka",
      "email": "rafal.galka@modernweb.pl"
    }
  ],
  "bugs": {
    "url": "https://github.com/Hagith/wiremock-standalone/issues"
  },
  "homepage": "https://github.com/Hagith/wiremock-standalone#readme",
  "dependencies": {
    "axios": "~0.27.2",
    "lilconfig": "~2.0.6"
  }
}
