mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-13 14:37:26 +00:00
21 lines
693 B
JSON
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"
|
|
}
|
|
}
|