@iopa/router
Version:
Lightweight and fast router for IOPA applications
43 lines (42 loc) • 888 B
JSON
{
"name": "@iopa/router",
"version": "4.0.19",
"description": "Lightweight and fast router for IOPA applications",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "src/index.ts",
"type": "module",
"publishConfig": {
"access": "public"
},
"author": "iopa <build@iopa.io>",
"homepage": "https://iopa.io",
"keywords": [
"iopa",
"edge",
"cloudflare",
"workers",
"functions",
"lambda",
"azure function",
"google cloud function",
"node",
"bot",
"conversational agent"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/iopa-io/iopa.git"
},
"scripts": {
"build": "node esbuild.config.mjs",
"watch": "node esbuild.config.mjs --watch"
},
"dependencies": {
"@iopa/types": "^4",
"iopa": "*"
},
"devDependencies": {},
"peerDependencies": {}
}