{
  "name": "@miclivs/pi-psst",
  "version": "0.2.0",
  "description": "Pi extension that injects psst vault secrets into bash and scrubs them from output",
  "keywords": [
    "pi-package"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Michaelliv/pi-psst"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "dependencies": {
    "psst-cli": "^0.6.6"
  }
}
