{
  "name": "secman",
  "description": "The command-line interface of Secman",
  "version": "6.1.3",
  "versionDate": "2022-01-10",
  "main": "lib/index.js",
  "license": "MIT",
  "homepage": "https://secman.dev",
  "bugs": "https://github.com/scmn-dev/secman/issues",
  "repository": "scmn-dev/secman",
  "keywords": [
    "password manager",
    "secman",
    "cli",
    "security",
    "secrets management"
  ],
  "author": {
    "name": "Secman, Inc.",
    "email": "hello@secman.dev",
    "url": "https://secman.dev"
  },
  "scripts": {
    "postpack": "rimraf oclif.manifest.json",
    "prepack": "yarn build",
    "build": "rimraf lib && tsc -b && oclif-dev manifest",
    "build:editor": "cd tools/editor && ts-node run.ts",
    "package": "oclif-dev pack",
    "pack:deb": "oclif-dev pack:deb",
    "pack:macos": "oclif-dev pack:macos",
    "pack:win": "oclif-dev pack:win",
    "brew": "cd scripts/brew && npm start"
  },
  "bin": {
    "sm": "./bin/run",
    "secman": "./bin/run"
  },
  "dependencies": {
    "@oclif/command": "^1",
    "@oclif/config": "^1",
    "@oclif/core": "1.0.11",
    "@oclif/plugin-help": "5.1.10",
    "@oclif/plugin-not-found": "^1.2.4",
    "@secman/spinner": "0.1.3",
    "ansi-regex": "6.0.1",
    "axios": "^0.23.0",
    "bl": "^5.0.0",
    "cfonts": "^2.10.0",
    "chalk": "^4.1.2",
    "cli-ux": "^5.6.3",
    "crypto-js": "^4.1.1",
    "dotenv": "^10.0.0",
    "globby": "^10",
    "indent-string": "4.0.0",
    "lodash": "4.17.21",
    "lodash.template": "^4.5.0",
    "octokit": "1.7.0",
    "package-json": "7.0.0",
    "powershell": "^2.3.2",
    "process": "^0.11.10",
    "prompts": "^2.4.2",
    "rimraf": "3.0.2",
    "shelljs": "^0.8.4",
    "signal-exit": "^3.0.5",
    "store": "2.0.12",
    "string-width": "4.2.0",
    "strip-ansi": "6.0.0",
    "table": "^6.7.2",
    "ts-node": "^8",
    "tslib": "^1",
    "typescript": "^4.4.4",
    "wcwidth": "^1.0.1",
    "whatwg-fetch": "^3.6.2",
    "wrap-ansi": "4.0.0",
    "write-file-atomic": "^3.0.3",
    "yargs": "^17.2.1"
  },
  "devDependencies": {
    "@oclif/dev-cli": "^1",
    "@oclif/plugin-plugins": "^1.10.1",
    "@types/crypto-js": "^4.0.2",
    "@types/lodash.template": "^4.5.0",
    "@types/node": "^16.11.6",
    "@types/prompts": "^2.0.14",
    "@types/shelljs": "^0.8.9",
    "@types/signal-exit": "^3.0.1",
    "@types/store": "2.0.2",
    "@types/whatwg-fetch": "^0.0.33",
    "@types/wrap-ansi": "^8.0.1",
    "@types/write-file-atomic": "^3.0.2",
    "@types/yargs": "^17.0.4"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "/bin",
    "/lib",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "oclif": {
    "commands": "./lib/src/commands",
    "bin": "secman",
    "dirname": "secman",
    "update": {
      "autoupdate": {
        "rollout": 50,
        "debounce": 60
      },
      "node": {
        "version": "16.13.0"
      },
      "s3": {
        "host": "https://cli-files.secman.dev"
      }
    },
    "helpClass": "./lib/src/help",
    "hooks": {
      "init": "./lib/src/hooks/init/version"
    },
    "plugins": [
      "@oclif/plugin-not-found"
    ]
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "types": "lib/index.d.ts"
}
