/** * **biome** - A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP. * * @domain `biomejs.dev` * @programs `biome` * @version `2.3.8` (33 versions available) * @versions From newest version to oldest. * * @install `launchpad install biomejs.dev` * @homepage https://biomejs.dev/ * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.biomejsdev * console.log(pkg.name) // "biome" * console.log(pkg.description) // "A toolchain for web projects, aimed to provide ..." * console.log(pkg.programs) // ["biome"] * console.log(pkg.versions[0]) // "2.3.8" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/biomejs-dev.md * @see https://ts-pkgx.netlify.app/usage */ export declare const biomejsdevPackage: { /** * The display name of this package. */ name: 'biome'; /** * The canonical domain name for this package. */ domain: 'biomejs.dev'; /** * Brief description of what this package does. */ description: 'A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/biomejs.dev/package.yml'; homepageUrl: 'https://biomejs.dev/'; githubUrl: 'https://github.com/biomejs/biome'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install biomejs.dev'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +biomejs.dev -- $SHELL -i'; launchpadInstallCommand: 'launchpad install biomejs.dev'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['biome']; companions: readonly []; dependencies: readonly []; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2.3.8', '2.3.7', '2.3.6', '2.3.5', '2.3.4', '1.9.4', '1.9.3', '1.9.2', '1.9.1', '1.9.0', '1.8.3', '1.8.2', '1.8.1', '1.8.0', '1.7.3', '1.7.2', '1.7.1', '1.7.0', '1.6.4', '1.6.3', '1.6.2', '1.6.1', '1.6.0', '1.5.3', '1.5.2', '1.5.1', '1.5.0', '1.4.1', '1.4.0', '1.3.3', '1.3.1', '1.3.0', '1.2.2']; aliases: readonly [] }; export type BiomejsdevPackage = typeof biomejsdevPackage