Skip to main content
This release is 0 versions behind 24.6.2 — the latest version of @rivet-gg/actor. Jump to latest

🔩 Rivet Actors have built-in RPC, state, and events — the easiest way to build modern applications.

This package works with Deno
This package works with Deno
JSR Score
88%
Published
4 weeks ago (24.6.2-rc.2)
Package root>deno.json
{ "version": "24.6.2-rc.2", "name": "@rivet-gg/actor", "license": "Apache-2.0", "imports": { "@core/asyncutil": "jsr:@core/asyncutil@^1.2.0", "@std/assert": "jsr:@std/assert@^1.0.8", "@std/async": "jsr:@std/async@^1.0.9", "@std/cbor": "jsr:@std/cbor@^0.1.3", "@std/log": "jsr:@std/log@^0.224.11", "hono": "jsr:@hono/hono@^4.6.12", "on-change": "npm:on-change@^5.0.1", "zod": "npm:zod@^3.24.1" }, "exports": { ".": "./src/mod.ts", "./kv": "./src/kv.ts" }, "fmt": { "useTabs": true }, "lint": { "rules": { "exclude": [ "no-explicit-any", "no-slow-types" ] } }, "publish": { "exclude": [ "!common", "!core", "!protocol" ] } }