secret/package.json
2026-04-06 23:06:45 +00:00

28 lines
501 B
JSON

{
"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": "小橘 🍊 <xiaoju@shazhou.work>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/oc-xiaoju/secret.git"
},
"engines": {
"bun": ">=1.0.0"
}
}