Loading pkgs/by-name/th/thunderbird-mcp/package-lock.json 0 → 100644 +19 −0 Original line number Diff line number Diff line { "name": "thunderbird-mcp", "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "thunderbird-mcp", "version": "0.1.0", "license": "MIT", "bin": { "thunderbird-mcp": "mcp-bridge.cjs" }, "engines": { "node": ">=18.0.0" } } } } pkgs/by-name/th/thunderbird-mcp/package.nix 0 → 100644 +36 −0 Original line number Diff line number Diff line { lib, buildNpmPackage, fetchFromGitHub, }: buildNpmPackage (finalAttrs: { pname = "thunderbird-mcp"; version = "0.4.0"; src = fetchFromGitHub { owner = "TKasperczyk"; repo = "thunderbird-mcp"; tag = "v${finalAttrs.version}"; hash = "sha256-+m54jF39SoViHxDI18ewtVjeVUdRximJ6Ozcv1HVdiU="; }; postPatch = '' cp ${./package-lock.json} package-lock.json ''; preInstall = "mkdir node_modules/"; forceEmptyCache = true; dontNpmBuild = true; npmDepsHash = "sha256-LbEnmABmAoTCTPNNbocl+n2TtFC3FOFwwTnyATxvM3k="; meta = { description = "MCP server for Thunderbird - enables AI assistants to access email, contacts, and calendars"; homepage = "https://github.com/TKasperczyk/thunderbird-mcp"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ drupol ]; mainProgram = "thunderbird-mcp"; platforms = lib.platforms.all; }; }) Loading
pkgs/by-name/th/thunderbird-mcp/package-lock.json 0 → 100644 +19 −0 Original line number Diff line number Diff line { "name": "thunderbird-mcp", "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "thunderbird-mcp", "version": "0.1.0", "license": "MIT", "bin": { "thunderbird-mcp": "mcp-bridge.cjs" }, "engines": { "node": ">=18.0.0" } } } }
pkgs/by-name/th/thunderbird-mcp/package.nix 0 → 100644 +36 −0 Original line number Diff line number Diff line { lib, buildNpmPackage, fetchFromGitHub, }: buildNpmPackage (finalAttrs: { pname = "thunderbird-mcp"; version = "0.4.0"; src = fetchFromGitHub { owner = "TKasperczyk"; repo = "thunderbird-mcp"; tag = "v${finalAttrs.version}"; hash = "sha256-+m54jF39SoViHxDI18ewtVjeVUdRximJ6Ozcv1HVdiU="; }; postPatch = '' cp ${./package-lock.json} package-lock.json ''; preInstall = "mkdir node_modules/"; forceEmptyCache = true; dontNpmBuild = true; npmDepsHash = "sha256-LbEnmABmAoTCTPNNbocl+n2TtFC3FOFwwTnyATxvM3k="; meta = { description = "MCP server for Thunderbird - enables AI assistants to access email, contacts, and calendars"; homepage = "https://github.com/TKasperczyk/thunderbird-mcp"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ drupol ]; mainProgram = "thunderbird-mcp"; platforms = lib.platforms.all; }; })