@stacksjs/router
Version:
The Stacks framework router.
73 lines (72 loc) • 1.84 kB
JSON
{
"name": "@stacksjs/router",
"type": "module",
"sideEffects": false,
"version": "0.70.190",
"description": "The Stacks framework router.",
"author": "Chris Breuer",
"contributors": [
"Chris Breuer <chris@stacksjs.com>"
],
"license": "MIT",
"funding": "https://github.com/sponsors/chrisbbreuer",
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/router#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/stacksjs/stacks.git",
"directory": "./storage/framework/core/router"
},
"bugs": {
"url": "https://github.com/stacksjs/stacks/issues"
},
"keywords": [
"router",
"stacks",
"framework",
"typescript",
"javascript"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"development": "./src/index.ts",
"bun": "./dist/index.js",
"import": "./dist/index.js",
"default": "./dist/index.js"
},
"./*": {
"development": "./src/*",
"bun": "./dist/*",
"import": "./dist/*",
"default": "./dist/*"
}
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"README.md",
"dist"
],
"scripts": {
"build": "bun build.ts",
"build:user": "bun build2.ts",
"typecheck": "bun tsc --noEmit",
"prepublishOnly": "bun run build"
},
"dependencies": {
"@stacksjs/bun-router": "^0.0.20",
"ts-rate-limiter": "^0.4.2"
},
"devDependencies": {
"@stacksjs/actions": "0.70.190",
"@stacksjs/config": "0.70.190",
"better-dx": "^0.2.17",
"@stacksjs/error-handling": "0.70.190",
"@stacksjs/logging": "0.70.190",
"@stacksjs/orm": "0.70.190",
"@stacksjs/path": "0.70.190",
"@stacksjs/storage": "0.70.190",
"@stacksjs/types": "0.70.190",
"@stacksjs/validation": "0.70.190"
}
}