UNPKG

@unkey/ratelimit

Version:

<div align="center"> <h1 align="center">@unkey/ratelimit</h1> <h5>@unkey/ratelimit is a library for fast global ratelimiting in serverless functions.</h5> </div>

41 lines 915 B
{ "name": "@unkey/ratelimit", "version": "2.1.2", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "license": "MIT", "private": false, "publishConfig": { "access": "public" }, "keywords": [ "unkey", "ratelimit", "global", "serverless" ], "bugs": { "url": "https://github.com/unkeyed/unkey/issues" }, "homepage": "https://github.com/unkeyed/unkey#readme", "files": [ "./dist/**", "README.md" ], "author": "Andreas Thomas <andreas@unkey.dev>", "devDependencies": { "@biomejs/biome": "2.1.3", "@types/node": "^24.2.0", "tsup": "^8.0.2", "typescript": "^5.9.2" }, "dependencies": { "@unkey/api": "2.0.3" }, "packageManager": "pnpm@8.14.1+sha256.2df78e65d433d7693b9d3fbdaf431b2d96bb4f96a2ffecd51a50efe16e50a6a8", "scripts": { "build": "tsup", "fmt": "bunx biome check ." } }