zerobyte/packages/core
Nicolas Meienberger 136279a25d chore: init contracts package
chore: contracts package

feat: agent package
2026-04-02 22:59:56 +02:00
..
src test: move test runner from Bun to Vitest (#727) 2026-04-01 20:05:54 +02:00
test test: move test runner from Bun to Vitest (#727) 2026-04-01 20:05:54 +02:00
.gitignore refactor: extract restic in core package (#651) 2026-03-11 21:56:07 +01:00
bun.lock refactor: extract restic in core package (#651) 2026-03-11 21:56:07 +01:00
package.json chore: init contracts package 2026-04-02 22:59:56 +02:00
README.md refactor: extract restic in core package (#651) 2026-03-11 21:56:07 +01:00
tsconfig.json refactor: extract restic in core package (#651) 2026-03-11 21:56:07 +01:00
vitest.config.ts test: move test runner from Bun to Vitest (#727) 2026-04-01 20:05:54 +02:00

core

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.3.10. Bun is a fast all-in-one JavaScript runtime.