{
  "name": "@theforeman/find-foreman",
  "version": "15.0.1",
  "description": "For Foreman plugins to find the foreman directory relative to the plugin and return a full path. This can be useful in testing environments where you want to point testing tools at installed Foreman packages rather than duplicate them in the plugin.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 0"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/theforeman/foreman-js.git",
    "directory": "packages/find-foreman"
  },
  "keywords": [
    "Foreman"
  ],
  "author": "John Mitsch (jomitsch@redhat.com)",
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/theforeman/foreman-js/issues"
  },
  "homepage": "https://github.com/theforeman/foreman-js#readme",
  "gitHead": "1c30d0277d43fb13d60ffb6776bb497e12999e9b"
}
