{
  "name": "@forgerock/fr-config-push",
  "version": "1.8.3",
  "description": "This tool is used to push configuration from the local host to your ForgeRock Identity Cloud tenant.",
  "scripts": {
    "lint": "standard",
    "test": "jest"
  },
  "bin": {
    "fr-config-push": "src/index.js"
  },
  "author": "Kevin Schneider",
  "license": "MIT",
  "standard": {
    "env": [
      "jest"
    ],
    "ignore": [
      "config/**/*.js"
    ]
  },
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/forgerock/fr-config-manager"
  },
  "bugs": {
    "url": "https://github.com/forgerock/fr-config-manager/issues"
  },
  "homepage": "https://github.com/forgerock/fr-config-manager"
}
