🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@shipers-dev/factory

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shipers-dev/factory

A TypeScript library

latest
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

@shipers/factory

A TypeScript library built with Bun.

Installation

npm install @shipers/factory
# or
yarn add @shipers/factory
# or
pnpm add @shipers/factory
# or
bun add @shipers/factory

Usage

import { /* your exports */ } from '@shipers/factory';

// Your usage examples here

Development

Install dependencies

bun install

Build the library

bun run build

This will compile TypeScript files and generate type declarations in the dist/ folder.

Run tests

bun test

Project Structure

.
├── src/           # Source files
│   └── index.ts   # Main entry point
├── dist/          # Compiled output (generated)
├── package.json
├── tsconfig.json
└── README.md

Publishing

Before publishing, make sure to:

  • Update the version in package.json
  • Fill in the author, keywords, and repository fields
  • Run bun run build to ensure everything compiles
  • Run npm publish (or bun publish)

The prepublishOnly script will automatically build the library before publishing.

License

MIT

FAQs

Package last updated on 21 Nov 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