UNPKG

rs-runner

Version:

RS is a CLI tool for quickly detecting package.json scripts, and running them.

11 lines (10 loc) 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.runners = void 0; exports.runners = { npm: ['package-lock.json'], yarn: ['yarn.lock'], pnpm: ['pnpm-lock.yaml'], bun: ['bun.lockb', 'bun.lock'], deno: ['deno.lock'], };