hts/packages/ratelimit/package.json

35 lines
727 B
JSON

{
"name": "@aigxion/ratelimit",
"version": "0.0.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"license": "AGPL-3.0",
"private": false,
"publishConfig": {
"access": "public"
},
"keywords": [
"aigxion",
"ratelimit",
"global",
"serverless"
],
"bugs": {
"url": "https://github.com/aigxion/unkey/issues"
},
"homepage": "https://github.com/aigxion/unkey#readme",
"files": [
"./dist/**"
],
"author": "Andreas Thomas <andreas@unkey.dev>",
"scripts": {
"build": "tsup"
},
"devDependencies": {
"@types/node": "^20.11.24",
"@aigxion/tsconfig": "workspace:^",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
}
}