npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@chanaka_nakandala/integration-core

v1.0.2

Published

Shared TypeScript types and utilities used internally by Grubtech Integration Agent packages.

Downloads

3

Readme

Grubtech Integration Core

What This Is

This package contains shared code definitions used by other parts of the Grubtech Integration Agent system. It's like a common dictionary that all the other packages use to speak the same language.

Note: You don't need to use this package directly. It's automatically included by the other packages.

What This Does

Provides common definitions that other packages need:

Data Structures

  • How cached documentation is stored
  • How search results are organized
  • How user sessions are tracked

Integration Phases

  • Not Started
  • Authentication
  • Menu Sync
  • Order Creation
  • Order Status
  • Go Live
  • Completed

Error Messages

  • Cache reading errors
  • Cache writing errors
  • Scraping errors
  • Parsing errors
  • Network errors
  • Rate limit errors

What Features This Supports

This package doesn't provide features directly. Instead, it helps other packages work together by giving them common definitions.

For example:

  • When the MCP server searches documentation, it uses types from this package
  • When tracking where you are in your integration, all packages use the same phase names
  • When an error occurs, all packages use the same error codes

Who Uses This

Other packages in the Grubtech Integration Agent system:

  • @chanaka_nakandala/integration-agent uses this
  • @chanaka_nakandala/integration-mcp-server uses this
  • Any future packages will use this too

Why This Exists

Without this package, each part of the system might define the same things differently. This package ensures everything works together smoothly.

Think of it like a shared vocabulary - everyone speaks the same language.

Getting Help

You shouldn't need to interact with this package directly. It's used behind the scenes.

If you're having issues with the integration agent:

  1. Try reinstalling: npx @chanaka_nakandala/integration-agent init
  2. Restart Claude Code
  3. Contact Grubtech support: [email protected]

Related Packages

This is part of the Grubtech Integration Agent system:

  • @chanaka_nakandala/integration-agent - Main installer
  • @chanaka_nakandala/integration-mcp-server - Background engine
  • @chanaka_nakandala/integration-personas - AI personalities
  • @chanaka_nakandala/integration-core - This package

Learn more:

  • Grubtech Website: https://www.grubtech.com
  • API Documentation: https://docs.grubtech.io

© 2025 Grubtech. All rights reserved.