logicsrc/plugins/credential-sharing/package.json
Anthony Ettinger e4723f31b1
Some checks are pending
CI / build (push) Waiting to run
test / test (push) Waiting to run
feat(credentials): manage team members and rotate invites
2026-08-04 19:16:02 +00:00

21 lines
693 B
JSON

{
"name": "@logicsrc/plugin-credential-sharing",
"version": "0.1.2",
"description": "LogicSRC Credential Sharing OpenSpec plugin: portable, auditable secret sync across .env, Doppler, Railway, and GitHub Secrets.",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "vitest run src --passWithNoTests"
},
"dependencies": {
"@logicsrc/account-core": "file:../../packages/account-core",
"@logicsrc/plugin-core": "file:../../packages/plugin-core",
"libsodium-wrappers": "^0.7.15"
},
"devDependencies": {
"@types/libsodium-wrappers": "^0.7.14",
"vitest": "^4.0.8"
}
}