@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>
45 lines (44 loc) • 988 B
JSON
{
"name": "@unkey/ratelimit",
"version": "2.1.4",
"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>",
"scripts": {
"build": "tsup",
"fmt": "bunx biome check .",
"test": "vitest run"
},
"devDependencies": {
"@biomejs/biome": "2.1.3",
"@types/node": "^24.2.0",
"msw": "^2.10.5",
"tsup": "^8.0.2",
"typescript": "^5.9.2",
"vitest": "^3.2.4"
},
"dependencies": {
"@unkey/api": "2.2.0"
},
"packageManager": "pnpm@8.14.1+sha256.2df78e65d433d7693b9d3fbdaf431b2d96bb4f96a2ffecd51a50efe16e50a6a8"
}