{
  "name": "@forgerock/fr-config-promote",
  "version": "1.8.3",
  "description": "This tool is used to promote configuration from the one ForgeRock Identity Cloud tenant to the other ForgeRock Identity Cloud tenant.",
  "scripts": {
    "lint": "standard",
    "test": "echo \"No tests defined\""
  },
  "bin": {
    "fr-config-promote": "src/index.js"
  },
  "author": "Jelle Verbraak",
  "license": "ISC",
  "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"
}
