UNPKG

alb-router

Version:

A user-friendly router for Amazon Application Load Balancer paths. Effortlessly match URLs, extract parameters, and handle routing in Node.js.

50 lines (49 loc) 1.15 kB
{ "name": "alb-router", "version": "1.0.2", "description": "A user-friendly router for Amazon Application Load Balancer paths. Effortlessly match URLs, extract parameters, and handle routing in Node.js.", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "scripts": { "test": "jest", "build": "tsup", "prepare": "npm run build" }, "keywords": [ "alb", "amazon", "aws", "application-load-balancer", "router", "routing", "url-params", "path-matching", "load-balancer" ], "repository": { "type": "git", "url": "git@github.com:Nethsara/alb-router.git" }, "bugs": { "url": "https://github.com/Nethsara/alb-router/issues" }, "homepage": "https://github.com/Nethsara/alb-router#readme", "author": "Nethsara", "license": "ISC", "devDependencies": { "@swc/core": "^1.10.16", "@types/jest": "^29.5.14", "jest": "^29.7.0", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "tsup": "^8.3.6", "typescript": "^5.7.3" }, "dependencies": { "path-to-regexp": "^8.2.0" }, "files": [ "dist" ] }