Thanks to visit codestin.com
Credit goes to sourceforge.net

Browse free open source TypeScript Package Managers and projects below. Use the toggles on the left to filter open source TypeScript Package Managers by OS, license, language, programming language, and project status.

  • All-in-One IT Monitoring - No More Blind Spots Icon
    All-in-One IT Monitoring - No More Blind Spots

    Stop juggling tools. PRTG gives you a complete, real-time view of your IT: servers, devices, cloud, and more - in one easy dashboard.

    Tired of switching between different tools and missing critical alerts? PRTG brings everything together, monitoring your entire IT infrastructure from a single, intuitive interface. Whether it’s servers, switches, printers, or cloud services, you get instant visibility and clear notifications - no technical jargon, no clutter. Set up in minutes, PRTG helps you prevent downtime, reduce stress, and prove your value to your company. Focus on your job, not on chasing issues. Try PRTG and experience true IT peace of mind.
    Get Your Unified IT Trial
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 1
    pnpm

    pnpm

    Fast, disk space efficient package manager

    Fast, disk space efficient package manager. pnpm uses a content-addressable filesystem to store all files from all module directories on a disk. When using npm, if you have 100 projects using lodash, you will have 100 copies of lodash on disk. With pnpm, lodash will be stored in a content-addressable storage. Files inside node_modules are cloned or hard-linked from a single content-addressable storage. pnpm has built-in support for multiple packages in a repository. pnpm creates a non-flat node_modules by default, so code has no access to arbitrary packages.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 2
    tea.xyz

    tea.xyz

    The next-generation, cross‐platform package manager

    Introducing tea - the revolutionary, cross-platform package manager. Say goodbye to slow & clunky, and say hello to fast & smooth. From the creator of Brew. With tea, simply type commands and it takes care of the rest. Get the latest versions of open source tools and support specific tool versions for different projects. Experience better package management with tea.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 3
    Deno

    Deno

    A secure runtime for JavaScript and TypeScript

    Deno is a secure by default, open source runtime for JavaScript and TypeScript, providing a productive and secure scripting environment for the modern programmer. It is distributed as a single executable with no dependencies, and takes on the role of both runtime and package manager. It uses a standard browser-compatible protocol for loading modules, which are URLs. Built on top of V8, Rust and TypeScript, Deno has support for TypeScript right out of the box. It has a set of built-in utilities as well as reviewed (audited) standard modules.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 4
    react-chessboard

    react-chessboard

    The React Chessboard Library used at ChessOpenings

    React-Chessboard is a React component for rendering an interactive chessboard. It provides an easy way to integrate chess functionality into web applications with support for move validation and animations.
    Downloads: 5 This Week
    Last Update:
    See Project
  • Fully managed relational database service for MySQL, PostgreSQL, and SQL Server Icon
    Fully managed relational database service for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Cloud SQL manages your databases so you don't have to, so your business can run without disruption. It automates all your backups, replication, patches, encryption, and storage capacity increases to give your applications the reliability, scalability, and security they need.
    Try for free
  • 5
    defu

    defu

    Assign default properties recursively

    Defu is a small utility for merging default options in JavaScript and TypeScript applications. It provides a lightweight and efficient way to handle nested object merging with minimal overhead.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    Cashify

    Cashify

    Lightweight currency conversion library, successor of money.js

    Cashify is a simple and flexible currency conversion library for JavaScript and TypeScript applications. It provides accurate and efficient conversion between different currencies using exchange rates.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Git Truck

    Git Truck

    Git repository visualizations, cumulative contribution statistics

    Git-Truck is a visualization tool for analyzing Git repositories. It provides insights into codebase ownership, contributor activity, and repository structure through interactive visualizations.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    PostHog Browser JS Library

    PostHog Browser JS Library

    Send usage data from your web app or site to PostHog

    PostHog JS is the JavaScript SDK for integrating PostHog's product analytics into web applications. It allows developers to track user interactions, analyze behavior, and improve app performance based on user data.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Angular Lib for OpenID Connect & OAuth2

    Angular Lib for OpenID Connect & OAuth2

    npm package for OpenID Connect, OAuth Code Flow with PKCE

    angular-auth-oidc-client is a library that simplifies authentication in Angular applications using OpenID Connect (OIDC) and OAuth2. It provides secure login, token management, and role-based access control, making it easier to integrate modern authentication protocols.
    Downloads: 2 This Week
    Last Update:
    See Project
  • ManageEngine Endpoint Central for IT Professionals Icon
    ManageEngine Endpoint Central for IT Professionals

    A one-stop Unified Endpoint Management (UEM) solution

    ManageEngine's Endpoint Central is a Unified Endpoint Management Solution, that takes care of enterprise mobility management (including all features of mobile application management and mobile device management), as well as client management for a diversified range of endpoints - mobile devices, laptops, computers, tablets, server machines etc. With ManageEngine Endpoint Central, users can automate their regular desktop management routines like distributing software, installing patches, managing IT assets, imaging and deploying OS, and more.
    Learn More
  • 10
    Lerna-Lite

    Lerna-Lite

    Subset of Lerna in a smaller & more modular project

    Lerna Lite is a lightweight alternative to Lerna for managing JavaScript monorepos. It focuses on essential features such as package versioning, dependency linking, and package publishing while reducing the complexity of traditional Lerna setups.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    NPM Publish

    NPM Publish

    GitHub Action to publish to NPM

    npm-publish is a Node.js utility that simplifies the process of publishing npm packages by automating checks, versioning, and distribution. It helps maintainers streamline their release workflow.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Text Search Engine

    Text Search Engine

    A text search engine that supports mixed Chinese and English search

    Text-Search-Engine is a JavaScript-based lightweight search engine that enables full-text search functionality. It allows developers to implement fast search indexing and retrieval in web applications.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Trex Package Manager

    Trex Package Manager

    Package Manager for deno

    Trex is a package manager tailored for the Deno runtime, offering a streamlined approach to managing dependencies and scripts. It emphasizes simplicity and adheres to Deno's philosophy by utilizing a single import_map.json file to manage module imports. Trex introduces the Reboot Script Alias Protocol (RSAP), enabling scripts to automatically reload upon file changes, enhancing the development workflow.​
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    Ultra NPM

    Ultra NPM

    JavaScript package manager

    Ultra is a modern, high-performance package manager designed as an alternative to npm, Yarn, and pnpm. It focuses on speed, efficiency, and security while improving dependency management.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    consumet.ts

    consumet.ts

    Nodejs library that provides high-level APIs for obtaining information

    Consumet.ts is an API wrapper for accessing various entertainment content providers, such as anime, movies, and manga. It simplifies fetching media-related data from multiple sources using TypeScript.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    shrinkpack

    shrinkpack

    Fast, resilient, reproducible builds with npm install

    shrinkpack is a tool that helps npm and Yarn projects reduce external dependency risks by storing package tarballs inside the repository. This allows developers to have full control over dependencies, avoiding issues with disappearing or compromised packages.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Cloudflare Worker JWT

    Cloudflare Worker JWT

    Lightweight JWT implementation with no dependencies for Cloudflare

    cloudflare-worker-jwt is a JavaScript library for handling JSON Web Tokens (JWTs) inside Cloudflare Workers. It enables authentication, token validation, and signature verification for serverless applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Flagpack

    Flagpack

    Flagpack contains 250+ flag icons to easily use within your code

    flagpack-core is a collection of high-quality SVG and PNG flags for over 250 countries and regions. It provides a lightweight and accessible way to integrate country flags into web applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    tsafe

    tsafe

    The missing TypeScript utils

    Tsafe is a lightweight TypeScript utility library designed to improve type safety and code clarity. It provides helpers for runtime type assertions, exhaustive type checking, and ensuring strict type constraints.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    0xcert

    0xcert

    JavaScript framework for building decentralized applications

    The 0xcert Framework is a platform that provides a complete set of tools for building powerful decentralized applications (dapps). Our mission is to equip application developers with a secure, agnostic, and opinionated framework with conventions to enable interoperability between applications. If you are new to blockchain try the 0xcert API for quick deployments of dapps with minimal effort.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Barrelsby

    Barrelsby

    Automatic TypeScript barrels (index.ts files) for your code base

    Barrelsby is a TypeScript utility that automatically generates barrel files (index.ts or index.js) to simplify imports in large projects. It helps developers manage exports efficiently by creating centralized entry points.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Corepack

    Corepack

    Zero-runtime-dependency package

    Corepack is an experimental tool in Node.js that acts as a bridge between Node projects and package managers, allowing developers to use specific package manager versions across different projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    DragSelect

    DragSelect

    An easy JavaScript library for selecting and moving elements

    DragSelect is a JavaScript library that enables users to create a selection box for selecting multiple elements on a webpage. It is lightweight, highly customizable, and can be easily integrated into any front-end project requiring drag-based selection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Emma

    Emma

    Terminal assistant to find and install node packages

    emma-cli is a command-line assistant designed to simplify common development tasks. It allows users to automate repetitive tasks, manage projects efficiently, and improve their workflow with a single command interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Eyeglass Monorepo

    Eyeglass Monorepo

    NPM Modules for Sass

    Eyeglass is a tool that enhances the Sass ecosystem by integrating it with Node.js. It allows seamless management of Sass modules as npm packages, making it easier to share and maintain styles across projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next