New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@syncrona/types

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncrona/types

Shared TypeScript type declarations for the SyncroNow AI toolchain — the Sync and SN namespaces consumed by the core CLI, MCP server, and build plugins.

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
7
-36.36%
Maintainers
1
Weekly downloads
 
Created
Source

@syncrona/types

npmnodelicenseCITypeScript

Shared TypeScript type definitions for the SyncroNow AI toolchain — the Sync and SN namespaces consumed by syncrona, @syncrona/mcp-server, and the build plugins (e.g. Sync.Config, Sync.PluginRule, Sync.FileContext, SN.AppManifest).

This package ships type declarations only (index.d.ts); there is no runtime code. It is an internal building block of the SyncroNow AI monorepo rather than a general-purpose standalone library.

Usage

import type { Sync, SN } from "@syncrona/types";

const rule: Sync.PluginRule = { match: /\.ts$/, plugins: [] };

See the repository README and docs/PLUGIN_DEVELOPMENT.md for how these types are used when writing plugins.

License

GPL-3.0-or-later — see LICENSE.

FAQs

Package last updated on 25 Aug 2026

Related posts