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

shopport

v0.5.8

Published

커머스 운영 자동화 CLI — Cafe24, Coupang, SmartStore, Shopify 통합 관리

Readme

shopport

커머스 운영 자동화 CLI — Cafe24, Coupang, SmartStore, Shopify 통합 관리

설치

npm install -g shopport

또는 npx로 바로 실행:

npx sppt --help

빠른 시작

# 1. 채널 credentials 설정
sppt init

# 2. 연결 상태 확인
sppt status

# 3. 채널별 기능 비교
sppt cap

명령어

설정

| 명령어 | 설명 | |--------|------| | init | 대화형 채널 설정 | | config list | 현재 설정 확인 | | config get <channel> | 채널 설정 조회 | | config set <channel> <key> <value> | 설정 변경 | | config remove <channel> | 채널 삭제 |

상품

| 명령어 | 설명 | |--------|------| | product list <channel> | 상품 목록 | | product get <channel> <id> | 상품 상세 | | product register <channel> --file <path> | JSON으로 상품 등록 | | product update <channel> <id> --file <path> | 상품 수정 | | product delete <channel> <id> | 상품 삭제 |

주문

| 명령어 | 설명 | |--------|------| | order list <channel> [--days N] | 최근 주문 (기본 7일) | | order get <channel> <id> | 주문 상세 | | order confirm <channel> <id> | 주문 확인 | | order cancel <channel> <id> | 주문 취소 |

송장

sppt invoice register <channel> <orderId> <carrier> <trackingNumber>

택배사 코드: cj, hanjin, lotte, post, logen (또는 채널별 원래 코드)

재고

| 명령어 | 설명 | |--------|------| | inventory sync <channel> <productId> <qty> | 재고 업데이트 | | inventory plan <totalStock> [sku] | 재고 분배 시뮬레이션 |

기타

| 명령어 | 설명 | |--------|------| | status | 전체 채널 상태 | | cap [channel] | API 기능 현황 | | rate-test | Rate limiter 테스트 |

채널별 특이사항

| 채널 | 점수 | 주의사항 | |------|------|----------| | Shopify | 92/100 | GraphQL, delta 재고, 80+ 웹훅 | | Cafe24 | 79/100 | 2 req/s 제한, 절대값 재고 | | Coupang | 54/100 | 180일 키 만료, 웹훅 없음, 050번호만 | | SmartStore | 44/100 | 웹훅 없음, 재고 API 없음, 24시간 윈도우 |

설정 저장 위치

  • 파일: ~/.shopport/config.json
  • 환경변수 우선: CAFE24_MALL_ID, COUPANG_VENDOR_ID

MCP 서버 모드

AI 에이전트 연동이 필요한 경우 MCP 서버로도 실행 가능:

sppt-mcp  # 또는 node dist/index.js

라이선스

MIT