Socket
Book a DemoInstallSign in
Socket

lcp-nodes

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lcp-nodes

Node RED Custom Nodes for LCP

latest
Source
npmnpm
Version
1.0.43
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

lcp-nodes

Node-RED Custom Nodes for LCP (Large Content Processing)

Installation

Install this package in your Node-RED project:

npm install lcp-nodes

Features

This package provides custom Node-RED nodes for:

  • WhatsApp message handling
  • PDF and document processing
  • Text preprocessing
  • OpenAI integration
  • AWS S3 uploads
  • DynamoDB integration
  • File processing
  • And more...

Setup

  • Create a .env file from the local.env file
  • Update the .env file with your AWS credentials
  • Run npm install

Unit Testing Custom Nodes

  • To test the custom nodes, run npm test
  • To execute a specific test case, run npx mocha test/####.test.js

Development

Publishing to npm registry

  • Update the version in package.json manually or use:

    npm version patch|minor|major
    
  • Publish to npm:

    npm publish
    

    Or use the shortcut command:

    npm run release
    

Publishing to GitHub npm registry

  • First login to GitHub npm registry:
    npm login --scope=@neartekpod-dev --registry=https://npm.pkg.github.com
    
    • USERNAME - Your GitHub username
    • PASSWORD - Your personal access token
  • Update the version and publish:
    npm run release
    

License

UNLICENSED - See license details in package.json

Keywords

LCP

FAQs

Package last updated on 19 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts