{
  "name": "sfdx-generate-permissions",
  "version": "1.0.1",
  "description": "generate profile permissions from the profile present in the source code and the file present in object metadata in repo",
  "main": "./main.js",
  "bin": "./main.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gpauriyal/sfdx-generate-permissions.git"
  },
  "keywords": [
    "sfdx-plugin",
    "generate-package-sfdx",
    "profile-permissions-from-source"
  ],
  "author": "Girish P",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gpauriyal/sfdx-generate-permissions/issues"
  },
  "homepage": "https://github.com/gpauriyal/sfdx-generate-permissions#readme",
  "dependencies": {
    "chalk": "^4.0.0",
    "child_process": "^1.0.2",
    "clui": "^0.3.6",
    "xmlbuilder": "^15.1.1",
    "yargs": "^15.3.1"
  }
}