{
  "name": "bws-secure",
  "version": "0.1.5",
  "description": "Secure environment management with Bitwarden Secrets Manager",
  "type": "module",
  "main": "secureRun.js",
  "bin": {
    "secure-run": "bin/secure-run",
    "bws-list": "bin/bws-list",
    "bws-upload": "bin/bws-upload",
    "bws-scan": "bin/bws-scan",
    "bws-setup": "bin/bws-setup"
  },
  "scripts": {
    "start": "node secureRun.js",
    "upload": "node secureRun.js --upload-secrets",
    "list": "node list-projects.js",
    "scan": "node check-vars/requiredRuntimeVars.js",
    "postinstall": "chmod +x ./bws-installer.sh && ./bws-installer.sh",
    "bws-setup": "node ./postinstall.js"
  },
  "files": [
    "*.js",
    "*.sh",
    "bin/",
    "src/",
    "tests/",
    "check-vars/",
    "update-environments/",
    "upload-to-bws/",
    "README.md",
    "NPM-README.md",
    "package.json",
    "postinstall.js"
  ],
  "dependencies": {
    "axios": "^1.7.9",
    "dotenv": "^16.4.7",
    "dotenv-cli": "^8.0.0",
    "yargs": "^17.7.2"
  },
  "keywords": [
    "bitwarden",
    "secrets",
    "environment",
    "secure",
    "cli"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/last-rev-llc/bws-secure.git"
  },
  "author": "Last Rev LLC",
  "license": "MIT",
  "engines": {
    "node": ">=16.0.0"
  }
}
