/** * **spec-kit** - pkgx package * * @domain `github.com/github/spec-kit` * @version `0.0.90` (50 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/github/spec-kit` * @dependencies `pkgx.sh>=1` * @buildDependencies `python.org@~3.13` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomgithubspeckit * console.log(pkg.name) // "spec-kit" * console.log(pkg.versions[0]) // "0.0.90" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/github/spec-kit.md * @see https://ts-pkgx.netlify.app/usage */ export declare const speckitPackage: { /** * The display name of this package. */ name: 'spec-kit'; /** * The canonical domain name for this package. */ domain: 'github.com/github/spec-kit'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/github/spec-kit/package.yml'; homepageUrl: ''; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/github/spec-kit'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/github/spec-kit -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/github/spec-kit'; programs: readonly []; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['pkgx.sh>=1']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['python.org@~3.13']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.0.90', '0.0.89', '0.0.88', '0.0.87', '0.0.86', '0.0.85', '0.0.84', '0.0.83', '0.0.82', '0.0.81', '0.0.80', '0.0.79', '0.0.78', '0.0.76', '0.0.75', '0.0.74', '0.0.73', '0.0.72', '0.0.71', '0.0.70', '0.0.69', '0.0.68', '0.0.66', '0.0.65', '0.0.64', '0.0.63', '0.0.62', '0.0.61', '0.0.60', '0.0.58', '0.0.57', '0.0.56', '0.0.55', '0.0.53', '0.0.52', '0.0.51', '0.0.50', '0.0.49', '0.0.48', '0.0.47', '0.0.46', '0.0.45', '0.0.44', '0.0.43', '0.0.42', '0.0.41', '0.0.40', '0.0.39', '0.0.38', '0.0.37']; aliases: readonly [] }; export type SpeckitPackage = typeof speckitPackage