{ "name": "@oc-forge/secret", "version": "0.1.0", "description": "Infisical secret manager CLI with local caching", "type": "module", "bin": { "secret": "./secret.ts" }, "files": [ "secret.ts" ], "keywords": [ "infisical", "secret", "cli", "cache" ], "author": "小橘 🍊 ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/oc-xiaoju/secret.git" }, "engines": { "bun": ">=1.0.0" } }