@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>
39 lines • 780 B
JSON
{
"name": "@unkey/ratelimit",
"version": "0.5.5",
"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": {
"@types/node": "^20.14.9",
"tsup": "^8.0.2",
"typescript": "^5.5.3",
"@unkey/tsconfig": "^0.0.0"
},
"dependencies": {
"@unkey/api": "^0.33.1"
},
"scripts": {
"build": "tsup"
}
}