Name: Lit
Short Name: lit
URL: https://github.com/lit/lit
Version: 2.4.1
Revision: 02c28397c612845ffab9e22af08eecc869f8ce47
Update Mechanism: Manual
License: BSD-3-Clause
License File: LICENSE
Security Critical: no
Shipped: yes

Description:
Lit is a simple library for building fast, lightweight web components.

To update this package, adjust the version ranges in package.json if necessary, and run the following command:

```bash
./rebuild.sh
```

It will use npm to locally install the necessary packages and their dependencies, and bundle them into a single file with rollup.

If you want to easily obtain all the latest versions of the packages, run the following:

```
npm i
npm outdated
```

This will show you a table with all the latest versions of each package.
You will need to manually update the versions in the `package.json` file.
