Skip to main content
Home

latest
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
76%
Published
5 months ago (0.1.3)
type alias GetPackageFilesOptions

npm package file retrieval options

Properties

optional
endpoint: string

npm registry endpoint

Whether to use cache

Whether to generate an AI summary

optional
token: string

AI API token (used instead of environment variable)

optional
include: string[]

List of file patterns to include

optional
dry: boolean

Dry run (display file content and token count without sending to AI)

optional
prompt: string

Custom prompt for summary generation

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@mizchi/npm-summary

Import symbol

import { type GetPackageFilesOptions } from "@mizchi/npm-summary";
or

Import directly with a jsr specifier

import { type GetPackageFilesOptions } from "jsr:@mizchi/npm-summary";

Add Package

pnpm i jsr:@mizchi/npm-summary
or (using pnpm 10.8 or older)
pnpm dlx jsr add @mizchi/npm-summary

Import symbol

import { type GetPackageFilesOptions } from "@mizchi/npm-summary";

Add Package

yarn add jsr:@mizchi/npm-summary
or (using Yarn 4.8 or older)
yarn dlx jsr add @mizchi/npm-summary

Import symbol

import { type GetPackageFilesOptions } from "@mizchi/npm-summary";

Add Package

vlt install jsr:@mizchi/npm-summary

Import symbol

import { type GetPackageFilesOptions } from "@mizchi/npm-summary";

Add Package

npx jsr add @mizchi/npm-summary

Import symbol

import { type GetPackageFilesOptions } from "@mizchi/npm-summary";

Add Package

bunx jsr add @mizchi/npm-summary

Import symbol

import { type GetPackageFilesOptions } from "@mizchi/npm-summary";