This release is 13 versions behind 0.1.31 — the latest version of @trakt/api. Jump to latest
The core library that implements Trakt API interactions using ts-rest and zod for type-safe communication and validation.
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
17%
Published
4 weeks ago (0.1.18)
{ "name": "@trakt/api", "exports": "./src/index.ts", "version": "0.1.18", "imports": { "@std/testing": "jsr:@std/testing@^1.0.5", "@ts-rest/core": "npm:@ts-rest/core@^3.51.0", "zod": "npm:zod@^3.24.1" }, "lint": { "rules": { "exclude": [ "no-slow-types" ] } }, "tasks": { "test": "deno test --unstable --allow-all" } }