28 lines
501 B
JSON
28 lines
501 B
JSON
{
|
|
"name": "@oc-forge/secret",
|
|
"version": "0.2.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"
|
|
}
|
|
}
|