mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-13 22:37:29 +00:00
19 lines
585 B
JSON
19 lines
585 B
JSON
{
|
|
"name": "@logicsrc/plugin-email-accounts",
|
|
"version": "0.1.0",
|
|
"description": "LogicSRC email account management plugin for inbox, sending identity, provider, policy, and audit flows.",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "^4.0.8"
|
|
}
|
|
}
|