# @kipper/config

> The config file support package adding support for kip-config.json/kipper-config.json 🦊

Latest version **0.12.1** (published 2025-02-17) · GPL-3.0-or-later license · 0 weekly downloads

## Install

```sh
npm install @kipper/config
pnpm add @kipper/config
yarn add @kipper/config
bun add @kipper/config
```

## Health

**Score 45/100 (D)** — status: stable.

Positive: has types; no vulnerabilities; high maintenance score.

Warnings: low downloads; no esm support; pre 1.0.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 0.12.1 |
| Published | 2025-02-17 |
| First published | 2024-06-25 |
| Weekly downloads | 0 |
| License | GPL-3.0-or-later |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | 16.x \|\| 18.x \|\| 20.x \|\| 22.x |
| Dependencies | 6 |
| Unpacked size | 116.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 28 |
| Author | Luna-Klatzer @Luna-Klatzer |
| Maintainers | luna-klatzer |
| Keywords | kipper, language, compiler |

## Links

- npm: https://www.npmjs.com/package/@kipper/config
- Repository: https://github.com/Kipper-Lang/Kipper
- Homepage: https://kipper-lang.org
- Issues: https://github.com/Kipper-Lang/Kipper/issues
- npm.io page: https://npm.io/package/@kipper/config

## Dependencies (6)

- [tslib](https://npm.io/package/tslib.md) ~2.6.2
- [semver](https://npm.io/package/semver.md) 7.6.3
- [deepmerge](https://npm.io/package/deepmerge.md) 4.3.1
- [is-plain-object](https://npm.io/package/is-plain-object.md) 5.0.0
- [@kipper/target-js](https://npm.io/package/@kipper/target-js.md) ~0.12.1
- [@kipper/target-ts](https://npm.io/package/@kipper/target-ts.md) ~0.12.1

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 0.12.1 (latest) — 2025-02-17
- 0.13.0-alpha.2 (next) — 2025-02-26
- 0.12.0-rc.0 (rc) — 2024-09-18
- 0.12.0-beta.0 (beta) — 2024-09-18
- 0.13.0-alpha.1 — 2025-02-26
- 0.13.0-alpha.0 — 2025-02-17
- 0.12.0 — 2024-09-25
- 0.12.0-alpha.6 — 2024-09-17
- 0.12.0-alpha.5 — 2024-09-16
- 0.12.0-alpha.4 — 2024-09-15
- 0.12.0-alpha.3 — 2024-09-07
- 0.12.0-alpha.2 — 2024-09-07
- 0.12.0-alpha.1 — 2024-07-24
- 0.12.0-alpha.0 — 2024-07-17
- 0.11.0 — 2024-07-10
- … 9 more at https://npm.io/package/@kipper/config/versions

## README

![](https://github.com/Kipper-Lang/Kipper/raw/main/img/Kipper-Logo-with-head.png)

# Kipper Config Package - `@kipper/config` 🦊⌨️

[![Version](https://img.shields.io/npm/v/@kipper/config?label=npm%20stable&color=%23cd2620&logo=npm)](https://npmjs.org/package/kipper)
[![Dev Version](https://img.shields.io/github/v/tag/Kipper-Lang/Kipper?include_prereleases&label=dev&logo=github&sort=semver)](https://github.com/Kipper-Lang/Kipper/tags)
[![codecov](https://codecov.io/gh/Kipper-Lang/Kipper/branch/main/graph/badge.svg?token=S4RQT7X3YP)](https://codecov.io/gh/Kipper-Lang/Kipper)
[![Issues](https://img.shields.io/github/issues/Kipper-Lang/Kipper)](https://github.com/Kipper-Lang/Kipper/issues)
[![License](https://img.shields.io/github/license/Kipper-Lang/Kipper?color=cyan)](https://github.com/Kipper-Lang/Kipper/blob/main/LICENSE)
[![Install size](https://packagephobia.com/badge?p=@kipper/config)](https://packagephobia.com/result?p=@kipper/config)
[![Publish size](https://badgen.net/packagephobia/publish/@kipper/config)](https://packagephobia.com/result?p=@kipper/config)
[![DOI](https://zenodo.org/badge/411260595.svg)](https://zenodo.org/badge/latestdoi/411260595)

The config package of the Kipper CLI for managing project environments, handling configurations and settings, and
providing a consistent way to manage your workflow. ⌨️✨

Kipper is a JavaScript-like strongly and strictly typed language with Python flavour. It aims to provide
straightforward, simple, secure and type-safe coding with better efficiency and developer satisfaction!

It compiles to both JavaScript and TypeScript, and can be set up in your terminal, Node.js or ES6+ browser. 🦊💻

_For more details, you can read more about this project on the [project repository](https://github.com/Kipper-Lang/Kipper)
and the [Kipper website](https://kipper-lang.org)._

## Installation

To install the package, run the following command:

```bash
npm i @kipper/config
```

If you are using `pnpm` or `yarn`, use `pnpm i @kipper/config` or `yarn add @kipper/config`.

## General Information

- Website: https://kipper-lang.org
- Docs: https://docs.kipper-lang.org
- Playground: https://play.kipper-lang.org
- Issue Tracker: https://issues.kipper-lang.org
- Roadmap: [View Kipper Roadmap 🦊🚧](https://github.com/Kipper-Lang/Kipper/discussions/139)
- Changelog: [View CHANGELOG.md](https://github.com/Kipper-Lang/Kipper/blob/main/CHANGELOG.md)

## Copyright and License

![License](https://img.shields.io/github/license/Kipper-Lang/Kipper?color=cyan)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FLuna-Klatzer%2FKipper.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FLuna-Klatzer%2FKipper?ref=badge_shield)

Copyright (C) 2021-2024 Luna Klatzer

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
this program. If not, see <https://www.gnu.org/licenses/>.

See the [LICENSE](https://raw.githubusercontent.com/Kipper-Lang/Kipper/main/LICENSE)
for information on terms & conditions for usage.

### FOSSA License Report

[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FLuna-Klatzer%2FKipper.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FLuna-Klatzer%2FKipper?ref=badge_large)

---
_Source: https://npm.io/package/@kipper/config · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
