{
  "name": "lfot",
  "author": "Angus Alves",
  "version": "1.0.23",
  "main": "lfot.js",
  "preferGlobal": true,
  "description": "Light Force Operator Tools! It's like wrapping a big fuzzy blanket around sfdx!",
  "keywords": [
    "salesforce",
    "cli",
    "sfdx"
  ],
  "bin": {
    "lfot": "./lfot.js"
  },
  "scripts": {
    "preinstall": "bash ./bin/preinstall",
    "uphelp": "node ./bin/writehelp.js",
    "test": "snyk test"
  },
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gussamer/lfot.git"
  },
  "bugs": {
    "url": "https://github.com/gussamer/lfot/issues"
  },
  "homepage": "https://github.com/gussamer/lfot#readme",
  "devDependencies": {
    "cli-html": "^2.1.8",
    "marked": "^4.0.12"
  }
}
